#301242

Color #301242 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #301242

Tints of Blackcurrant #301242

Color information

#301242 (or 0x301242) is unknown color: approx Blackcurrant. HEX triplet: 30, 12 and 42. RGB value is (48,18,66). Sum of RGB (Red+Green+Blue) = 48+18+66=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #301242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301242 is #CFEDBD. Grayscale: #202020. Windows color (decimal): -13626814 or 4330032. OLE color: 4330032.

HSL color Cylindrical-coordinate representation of color #301242: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301242 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB481866-
CMYK0.270.7300.74
HSL277.5º57.14%16.47%-
HSV(B)277.5º72.73%25.88%-
XYZ2.421.455.31-
YUV32.44146.94139.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 66 (26.17% from 255) = 50%
R=36.36%
G=13.64%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4818660.270.7300.74277.557.1416.47
Hex3012421B4904A1163910
Octal60221023311101124267120
Binary1100001001010000101101110010010100101010001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301242; }

 p { color: rgb(48,18,66); }

 H1.HeaderClassName
 {
   color: #301242;
 }
 .AnyTagClassName
 {
   color: #301242;
 }
</style>
background-color css

<style>
 a { background-color: #301242; }

 a { background-color: rgb(48,18,66); }

 div.DivClassName
 {
   background-color: #301242;
 }
 .BgClassName
 {
   background-color: #301242;
 }
</style>
border-color css

<style>
 span { border-color: #301242; }

 span { border-color: rgb(48,18,66); }

 td.TdClassName
 {
   border-color: #301242;
 }
 .TagClassName
 {
   border-color: #301242;
 }
</style>