#01081D

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

Shades of Black Russian #01081D

Tints of Black Russian #01081D

Color information

#01081D (or 0x01081D) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 1D. RGB value is (1,8,29). Sum of RGB (Red+Green+Blue) = 1+8+29=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 29 (11.72% from 255 or 76.32% from 38); Max value from RGB is 29 - color contains mainly: blue. Hex color #01081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081D is #FEF7E2. Grayscale: #080808. Windows color (decimal): -16709603 or 1902593. OLE color: 1902593.

HSL color Cylindrical-coordinate representation of color #01081D: hue angle of 225º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01081D is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1829-
CMYK0.970.7200.89
HSL225º93.33%5.88%-
HSV(B)225º96.55%11.37%-
XYZ0.320.271.2-
YUV8.3139.68122.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 29 (11.72% from 255) = 76.32%
R=2.63%
G=21.05%
B=76.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal18290.970.7200.8922593.335.88
Hex181D6148059e15d6
Octal1103514111001313411356
Binary11000111011100001100100001011001111000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01081D; }

 p { color: rgb(1,8,29); }

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

<style>
 a { background-color: #01081D; }

 a { background-color: rgb(1,8,29); }

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

<style>
 span { border-color: #01081D; }

 span { border-color: rgb(1,8,29); }

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