Html Css Color HEX #42094F Blackcurrant

📋 copy color: '#42094F'

red 66 ◦ green 9 ◦ blue 79

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

Shades of Blackcurrant #42094F

Tints of Blackcurrant #42094F

RGB

 RED value IS 66 (26.17% from 255) = 42.86%

 GREEN value IS 9 (3.91% from 255) = 5.84%

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 42.86%
G = 5.84%
B = 51.3%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42094F (or 0x42094F) is known color: Blackcurrant. HEX triplet: 42, 09 and 4F. RGB value is (66,9,79). Sum of RGB (Red+Green+Blue) = 66+9+79=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #42094F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42094F is #BDF6B0. Grayscale: #212121. Windows color (decimal): -12449457 or 5179714. OLE color: 5179714.

HSL color Cylindrical-coordinate representation of color #42094F: hue angle of 288.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42094F is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 9 79 -
CMYK 0.16 0.89 0 0.69
HSL 288.86º 0.8% 0.17% -
HSV(B) 288.86º 0.89% 0.31% -
XYZ 3.76 1.92 7.57 -
YUV 34.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 66 9 79 0.16 0.89 0 0.69 288.86 0.8 0.17
Hex 42 9 4F 10 59 0 45 121 50 11
Octal 102 11 117 20 131 0 105 441 120 21
Binary 1000010 1001 1001111 10000 1011001 0 1000101 100100001 1010000 10001

Color Harmonies of #42094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42094F

Black with #42094F

Text Example


Text Example

White with #42094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42094F;
 }
 .AnyTagClassName
 {
   color: #42094F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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