Html Css Color HEX #08042A Black Russian

📋 copy color: '#08042A'

red 8 ◦ green 4 ◦ blue 42

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

Shades of Black Russian #08042A

Tints of Black Russian #08042A

RGB

 RED value IS 8 (3.52% from 255) = 14.81%

 GREEN value IS 4 (1.95% from 255) = 7.41%

 BLUE value IS 42 (16.8% from 255) = 77.78%

R = 14.81%
G = 7.41%
B = 77.78%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#08042A (or 0x08042A) is known color: Black Russian. HEX triplet: 08, 04 and 2A. RGB value is (8,4,42). Sum of RGB (Red+Green+Blue) = 8+4+42=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 42 (16.80% from 255 or 77.78% from 54); Max value from RGB is 42 - color contains mainly: blue. Hex color #08042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08042A is #F7FBD5. Grayscale: #090909. Windows color (decimal): -16251862 or 2753544. OLE color: 2753544.

HSL color Cylindrical-coordinate representation of color #08042A: hue angle of 246.32º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08042A is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 4 42 -
CMYK 0.81 0.90 0 0.84
HSL 246.32º 0.83% 0.09% -
HSV(B) 246.32º 0.9% 0.16% -
XYZ 0.56 0.31 2.22 -
YUV 9.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 8 4 42 0.81 0.90 0 0.84 246.32 0.83 0.09
Hex 8 4 2A 51 5A 0 54 F6 53 9
Octal 10 4 52 121 132 0 124 366 123 11
Binary 1000 100 101010 1010001 1011010 0 1010100 11110110 1010011 1001

Color Harmonies of #08042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08042A

Black with #08042A

Text Example


Text Example

White with #08042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08042A; }

 p { color: rgb(8,4,42); }

 H1.HeaderClassName
 {
   color: #08042A;
 }
 .AnyTagClassName
 {
   color: #08042A;
 }
</style>

background-color css

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

 a { background-color: rgb(8,4,42); }

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

border-color css

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

 span { border-color: rgb(8,4,42); }

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