Html Css Color HEX #080426 Black Russian

📋 copy color: '#080426'

red 8 ◦ green 4 ◦ blue 38

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

Shades of Black Russian #080426

Tints of Black Russian #080426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 76%

R = 16%
G = 8%
B = 76%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080426 (or 0x080426) is known color: Black Russian. HEX triplet: 08, 04 and 26. RGB value is (8,4,38). Sum of RGB (Red+Green+Blue) = 8+4+38=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 38 (15.23% from 255 or 76% from 50); Max value from RGB is 38 - color contains mainly: blue. Hex color #080426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080426 is #F7FBD9. Grayscale: #080808. Windows color (decimal): -16251866 or 2491400. OLE color: 2491400.

HSL color Cylindrical-coordinate representation of color #080426: hue angle of 247.06º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080426 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 4 38 -
CMYK 0.79 0.89 0 0.85
HSL 247.06º 0.81% 0.08% -
HSV(B) 247.06º 0.89% 0.15% -
XYZ 0.49 0.28 1.86 -
YUV 9.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 8 4 38 0.79 0.89 0 0.85 247.06 0.81 0.08
Hex 8 4 26 4F 59 0 55 F7 51 8
Octal 10 4 46 117 131 0 125 367 121 10
Binary 1000 100 100110 1001111 1011001 0 1010101 11110111 1010001 1000

Color Harmonies of #080426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080426

Black with #080426

Text Example


Text Example

White with #080426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080426; }

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

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

background-color css

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

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

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

border-color css

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

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

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