Html Css Color HEX #080429 Black Russian

📋 copy color: '#080429'

red 8 ◦ green 4 ◦ blue 41

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

Shades of Black Russian #080429

Tints of Black Russian #080429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 77.36%

R = 15.09%
G = 7.55%
B = 77.36%

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

#080429 (or 0x080429) is known color: Black Russian. HEX triplet: 08, 04 and 29. RGB value is (8,4,41). Sum of RGB (Red+Green+Blue) = 8+4+41=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 41 (16.41% from 255 or 77.36% from 53); Max value from RGB is 41 - color contains mainly: blue. Hex color #080429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080429 is #F7FBD6. Grayscale: #090909. Windows color (decimal): -16251863 or 2688008. OLE color: 2688008.

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

Color convert

RGB 8 4 41 -
CMYK 0.80 0.90 0 0.84
HSL 246.49º 0.82% 0.09% -
HSV(B) 246.49º 0.9% 0.16% -
XYZ 0.54 0.3 2.13 -
YUV 9.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 8 4 41 0.80 0.90 0 0.84 246.49 0.82 0.09
Hex 8 4 29 50 5A 0 54 F6 52 9
Octal 10 4 51 120 132 0 124 366 122 11
Binary 1000 100 101001 1010000 1011010 0 1010100 11110110 1010010 1001

Color Harmonies of #080429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080429

Black with #080429

Text Example


Text Example

White with #080429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080429; }

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

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

background-color css

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

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

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

border-color css

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

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

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