#08022C

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

Shades of Black Russian #08022C

Tints of Black Russian #08022C

Color information

#08022C (or 0x08022C) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 2C. RGB value is (8,2,44). Sum of RGB (Red+Green+Blue) = 8+2+44=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 44 (17.58% from 255 or 81.48% from 54); Max value from RGB is 44 - color contains mainly: blue. Hex color #08022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08022C is #F7FDD3. Grayscale: #080808. Windows color (decimal): -16252372 or 2884104. OLE color: 2884104.

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

Color convert

RGB8244-
CMYK0.820.9500.83
HSL248.57º91.3%9.02%-
HSV(B)248.57º95.45%17.25%-
XYZ0.580.282.41-
YUV8.58147.99127.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.81%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 44 (17.58% from 255) = 81.48%
R=14.81%
G=3.70%
B=81.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal82440.820.9500.83248.5791.39.02
Hex822C525F053f95b9
Octal10254122137012337113311
Binary10001010110010100101011111010100111111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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