#00081A

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

Shades of Black Russian #00081A

Tints of Black Russian #00081A

Color information

#00081A (or 0x00081A) is unknown color: approx Black Russian. HEX triplet: 00, 08 and 1A. RGB value is (0,8,26). Sum of RGB (Red+Green+Blue) = 0+8+26=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #00081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00081A is #FFF7E5. Grayscale: #070707. Windows color (decimal): -16775142 or 1705984. OLE color: 1705984.

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

Color convert

RGB0826-
CMYK10.6900.90
HSL221.54º100%5.1%-
HSV(B)221.54º100%10.2%-
XYZ0.270.251.01-
YUV7.66138.35122.54-

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) = 23.53%
BLUE value IS 26 (10.55% from 255) = 76.47%
R=0%
G=23.53%
B=76.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal082610.6900.90221.541005.1
Hex081A644505Ade645
Octal0103214410501323361445
Binary01000110101100100100010101011010110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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