#080B29

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

Shades of Black Russian #080B29

Tints of Black Russian #080B29

Color information

#080B29 (or 0x080B29) is unknown color: approx Black Russian. HEX triplet: 08, 0B and 29. RGB value is (8,11,41). Sum of RGB (Red+Green+Blue) = 8+11+41=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #080B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B29 is #F7F4D6. Grayscale: #0D0D0D. Windows color (decimal): -16250071 or 2689800. OLE color: 2689800.

HSL color Cylindrical-coordinate representation of color #080B29: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080B29 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB81141-
CMYK0.800.7300.84
HSL234.55º67.35%9.61%-
HSV(B)234.55º80.49%16.08%-
XYZ0.620.452.15-
YUV13.52143.51124.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 41 (16.41% from 255) = 68.33%
R=13.33%
G=18.33%
B=68.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal811410.800.7300.84234.5567.359.61
Hex8B295049054eb43a
Octal101351120111012435310312
Binary1000101110100110100001001001010101001110101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B29; }

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

 H1.HeaderClassName
 {
   color: #080B29;
 }
 .AnyTagClassName
 {
   color: #080B29;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #080B29;
 }
 .BgClassName
 {
   background-color: #080B29;
 }
</style>
border-color css

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

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

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