#010515

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

Shades of Black Russian #010515

Tints of Black Russian #010515

Color information

#010515 (or 0x010515) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 15. RGB value is (1,5,21). Sum of RGB (Red+Green+Blue) = 1+5+21=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 21 (8.59% from 255 or 77.78% from 27); Max value from RGB is 21 - color contains mainly: blue. Hex color #010515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010515 is #FEFAEA. Grayscale: #050505. Windows color (decimal): -16710379 or 1377537. OLE color: 1377537.

HSL color Cylindrical-coordinate representation of color #010515: hue angle of 228º degrees, saturation: 0.91, 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 #010515 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB1521-
CMYK0.950.7600.92
HSL228º90.91%4.31%-
HSV(B)228º95.24%8.24%-
XYZ0.20.170.73-
YUV5.63136.67124.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 21 (8.59% from 255) = 77.78%
R=3.70%
G=18.52%
B=77.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal15210.950.7600.9222890.914.31
Hex15155F4C05Ce45b4
Octal152513711401343441334
Binary1101101011011111100110001011100111001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010515; }

 p { color: rgb(1,5,21); }

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

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

 a { background-color: rgb(1,5,21); }

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

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

 span { border-color: rgb(1,5,21); }

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