Html Css Color HEX #42094C Blackcurrant

📋 copy color: '#42094C'

red 66 ◦ green 9 ◦ blue 76

#42094C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #42094C

Tints of Blackcurrant #42094C

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 value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42094C (or 0x42094C) is known color: 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

RGB 66 9 76 -
CMYK 0.13 0.88 0 0.70
HSL 291.04º 0.79% 0.17% -
HSV(B) 291.04º 0.88% 0.3% -
XYZ 3.65 1.88 7.01 -
YUV 33.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 66 9 76 0.13 0.88 0 0.70 291.04 0.79 0.17
Hex 42 9 4C D 58 0 46 123 4F 11
Octal 102 11 114 15 130 0 106 443 117 21
Binary 1000010 1001 1001100 1101 1011000 0 1000110 100100011 1001111 10001

Color Harmonies of #42094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42094C

Black with #42094C

Text Example


Text Example

White with #42094C

Text Example


Text Example

HTML Codes & Css Web 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>