#08092C

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

Shades of Black Russian #08092C

Tints of Black Russian #08092C

Color information

#08092C (or 0x08092C) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 2C. RGB value is (8,9,44). Sum of RGB (Red+Green+Blue) = 8+9+44=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #08092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08092C is #F7F6D3. Grayscale: #0C0C0C. Windows color (decimal): -16250580 or 2885896. OLE color: 2885896.

HSL color Cylindrical-coordinate representation of color #08092C: hue angle of 238.33º 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 #08092C is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB8944-
CMYK0.820.8000.83
HSL238.33º69.23%10.2%-
HSV(B)238.33º81.82%17.25%-
XYZ0.650.432.43-
YUV12.69145.67124.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 44 (17.58% from 255) = 72.13%
R=13.11%
G=14.75%
B=72.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal89440.820.8000.83238.3369.2310.2
Hex892C5250053ee45a
Octal101154122120012335610512
Binary1000100110110010100101010000010100111110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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