#42094C

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

Shades of Blackcurrant #42094C

Tints of Blackcurrant #42094C

Color information

#42094C (or 0x42094C) is unknown color: approx Blackcurrant. HEX triplet: 42, 09 and 4C. RGB value is (66,9,76). Sum of RGB (Red+Green+Blue) = 66+9+76=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #42094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42094C is #BDF6B3. Grayscale: #212121. Windows color (decimal): -12449460 or 4983106. OLE color: 4983106.

HSL color Cylindrical-coordinate representation of color #42094C: hue angle of 291.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42094C is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66976-
CMYK0.130.8800.70
HSL291.04º78.82%16.67%-
HSV(B)291.04º88.16%29.8%-
XYZ3.651.887.01-
YUV33.68151.88151.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.71%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=43.71%
G=5.96%
B=50.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal669760.130.8800.70291.0478.8216.67
Hex4294CD580461234f11
Octal1021111415130010644311721
Binary1000010100110011001101101100001000110100100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42094C; }

 p { color: rgb(66,9,76); }

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

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

 a { background-color: rgb(66,9,76); }

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

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

 span { border-color: rgb(66,9,76); }

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