Html Css Color HEX #42084F Blackcurrant

📋 copy color: '#42084F'

red 66 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #42084F

Tints of Blackcurrant #42084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 43.14%
G = 5.23%
B = 51.63%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42084F (or 0x42084F) is known color: Blackcurrant. HEX triplet: 42, 08 and 4F. RGB value is (66,8,79). Sum of RGB (Red+Green+Blue) = 66+8+79=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #42084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42084F is #BDF7B0. Grayscale: #212121. Windows color (decimal): -12449713 or 5179458. OLE color: 5179458.

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

Color convert

RGB 66 8 79 -
CMYK 0.16 0.90 0 0.69
HSL 289.01º 0.82% 0.17% -
HSV(B) 289.01º 0.9% 0.31% -
XYZ 3.74 1.9 7.57 -
YUV 33.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 66 8 79 0.16 0.90 0 0.69 289.01 0.82 0.17
Hex 42 8 4F 10 5A 0 45 121 52 11
Octal 102 10 117 20 132 0 105 441 122 21
Binary 1000010 1000 1001111 10000 1011010 0 1000101 100100001 1010010 10001

Color Harmonies of #42084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42084F

Black with #42084F

Text Example


Text Example

White with #42084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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