Html Css Color HEX #080428 Black Russian

📋 copy color: '#080428'

red 8 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #080428

Tints of Black Russian #080428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 76.92%

R = 15.38%
G = 7.69%
B = 76.92%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#080428 (or 0x080428) is known color: Black Russian. HEX triplet: 08, 04 and 28. RGB value is (8,4,40). Sum of RGB (Red+Green+Blue) = 8+4+40=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #080428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080428 is #F7FBD7. Grayscale: #090909. Windows color (decimal): -16251864 or 2622472. OLE color: 2622472.

HSL color Cylindrical-coordinate representation of color #080428: hue angle of 246.67º degrees, saturation: 0.82, 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 #080428 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 4 40 -
CMYK 0.80 0.90 0 0.84
HSL 246.67º 0.82% 0.09% -
HSV(B) 246.67º 0.9% 0.16% -
XYZ 0.53 0.29 2.04 -
YUV 9.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 8 4 40 0.80 0.90 0 0.84 246.67 0.82 0.09
Hex 8 4 28 50 5A 0 54 F7 52 9
Octal 10 4 50 120 132 0 124 367 122 11
Binary 1000 100 101000 1010000 1011010 0 1010100 11110111 1010010 1001

Color Harmonies of #080428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080428

Black with #080428

Text Example


Text Example

White with #080428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080428; }

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

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

background-color css

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

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

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

border-color css

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

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

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