#00081C

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

Shades of Black Russian #00081C

Tints of Black Russian #00081C

Color information

#00081C (or 0x00081C) is unknown color: approx Black Russian. HEX triplet: 00, 08 and 1C. RGB value is (0,8,28). Sum of RGB (Red+Green+Blue) = 0+8+28=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #00081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00081C is #FFF7E3. Grayscale: #070707. Windows color (decimal): -16775140 or 1837056. OLE color: 1837056.

HSL color Cylindrical-coordinate representation of color #00081C: hue angle of 222.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00081C is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB0828-
CMYK10.7100.89
HSL222.86º100%5.49%-
HSV(B)222.86º100%10.98%-
XYZ0.30.261.13-
YUV7.89139.35122.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal082810.7100.89222.861005.49
Hex081C6447059df645
Octal0103414410701313371445
Binary01000111001100100100011101011001110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,8,28); }

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

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

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

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

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

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

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