#010614

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

Shades of Black Russian #010614

Tints of Black Russian #010614

Color information

#010614 (or 0x010614) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 14. RGB value is (1,6,20). Sum of RGB (Red+Green+Blue) = 1+6+20=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #010614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010614 is #FEF9EB. Grayscale: #060606. Windows color (decimal): -16710124 or 1312257. OLE color: 1312257.

HSL color Cylindrical-coordinate representation of color #010614: hue angle of 224.21º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010614 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB1620-
CMYK0.950.7000.92
HSL224.21º90.48%4.12%-
HSV(B)224.21º95%7.84%-
XYZ0.20.190.69-
YUV6.1135.84124.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 6 (2.73% from 255) = 22.22%
BLUE value IS 20 (8.20% from 255) = 74.07%
R=3.70%
G=22.22%
B=74.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal16200.950.7000.92224.2190.484.12
Hex16145F4605Ce05a4
Octal162413710601343401324
Binary1110101001011111100011001011100111000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010614; }

 p { color: rgb(1,6,20); }

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

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

 a { background-color: rgb(1,6,20); }

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

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

 span { border-color: rgb(1,6,20); }

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