#080429

Color #080429 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080429

Tints of Black Russian #080429

Color information

#080429 (or 0x080429) is unknown color: approx 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

RGB8441-
CMYK0.800.9000.84
HSL246.49º82.22%8.82%-
HSV(B)246.49º90.24%16.08%-
XYZ0.540.32.13-
YUV9.41145.83126.99-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal84410.800.9000.84246.4982.228.82
Hex8429505A054f6529
Octal10451120132012436612211
Binary100010010100110100001011010010101001111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>