#010318

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

Shades of Black Russian #010318

Tints of Black Russian #010318

Color information

#010318 (or 0x010318) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 18. RGB value is (1,3,24). Sum of RGB (Red+Green+Blue) = 1+3+24=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 24 (9.77% from 255 or 85.71% from 28); Max value from RGB is 24 - color contains mainly: blue. Hex color #010318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010318 is #FEFCE7. Grayscale: #040404. Windows color (decimal): -16710888 or 1573633. OLE color: 1573633.

HSL color Cylindrical-coordinate representation of color #010318: hue angle of 234.78º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010318 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1324-
CMYK0.960.8800.91
HSL234.78º92%4.9%-
HSV(B)234.78º95.83%9.41%-
XYZ0.210.140.88-
YUV4.8138.84125.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 24 (9.77% from 255) = 85.71%
R=3.57%
G=10.71%
B=85.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal13240.960.8800.91234.78924.9
Hex1318605805Beb5c5
Octal133014013001333531345
Binary111110001100000101100001011011111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010318; }

 p { color: rgb(1,3,24); }

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

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

 a { background-color: rgb(1,3,24); }

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

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

 span { border-color: rgb(1,3,24); }

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