#01081E

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

Shades of Black Russian #01081E

Tints of Black Russian #01081E

Color information

#01081E (or 0x01081E) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 1E. RGB value is (1,8,30). Sum of RGB (Red+Green+Blue) = 1+8+30=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #01081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01081E is #FEF7E1. Grayscale: #080808. Windows color (decimal): -16709602 or 1968129. OLE color: 1968129.

HSL color Cylindrical-coordinate representation of color #01081E: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01081E is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1830-
CMYK0.970.7300.88
HSL225.52º93.55%6.08%-
HSV(B)225.52º96.67%11.76%-
XYZ0.330.271.26-
YUV8.41140.18122.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 30 (12.11% from 255) = 76.92%
R=2.56%
G=20.51%
B=76.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal18300.970.7300.88225.5293.556.08
Hex181E6149058e25e6
Octal1103614111101303421366
Binary11000111101100001100100101011000111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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