#08082C

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

Shades of Black Russian #08082C

Tints of Black Russian #08082C

Color information

#08082C (or 0x08082C) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 2C. RGB value is (8,8,44). Sum of RGB (Red+Green+Blue) = 8+8+44=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #08082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08082C is #F7F7D3. Grayscale: #0B0B0B. Windows color (decimal): -16250836 or 2885640. OLE color: 2885640.

HSL color Cylindrical-coordinate representation of color #08082C: hue angle of 240º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08082C is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB8844-
CMYK0.820.8200.83
HSL240º69.23%10.2%-
HSV(B)240º81.82%17.25%-
XYZ0.640.412.43-
YUV12.1146125.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 44 (17.58% from 255) = 73.33%
R=13.33%
G=13.33%
B=73.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal88440.820.8200.8324069.2310.2
Hex882C5252053f045a
Octal101054122122012336010512
Binary1000100010110010100101010010010100111111000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08082C; }

 p { color: rgb(8,8,44); }

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

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

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

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

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

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

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