#00091A

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

Shades of Black Russian #00091A

Tints of Black Russian #00091A

Color information

#00091A (or 0x00091A) is unknown color: approx Black Russian. HEX triplet: 00, 09 and 1A. RGB value is (0,9,26). Sum of RGB (Red+Green+Blue) = 0+9+26=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #00091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00091A is #FFF6E5. Grayscale: #080808. Windows color (decimal): -16774886 or 1706240. OLE color: 1706240.

HSL color Cylindrical-coordinate representation of color #00091A: hue angle of 219.23º 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 #00091A is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0926-
CMYK10.6500.90
HSL219.23º100%5.1%-
HSV(B)219.23º100%10.2%-
XYZ0.280.271.01-
YUV8.25138.02122.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 26 (10.55% from 255) = 74.29%
R=0%
G=25.71%
B=74.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal092610.6500.90219.231005.1
Hex091A644105Adb645
Octal0113214410101323331445
Binary01001110101100100100000101011010110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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