#00010C

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

Shades of Black Russian #00010C

Tints of Black Russian #00010C

Color information

#00010C (or 0x00010C) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 0C. RGB value is (0,1,12). Sum of RGB (Red+Green+Blue) = 0+1+12=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 12 (5.08% from 255 or 92.31% from 13); Max value from RGB is 12 - color contains mainly: blue. Hex color #00010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010C is #FFFEF3. Grayscale: #010101. Windows color (decimal): -16776948 or 786688. OLE color: 786688.

HSL color Cylindrical-coordinate representation of color #00010C: hue angle of 235º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00010C is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB0112-
CMYK10.9200.95
HSL235º100%2.35%-
HSV(B)235º100%4.71%-
XYZ0.080.050.35-
YUV1.96133.67126.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 7.69%
BLUE value IS 12 (5.08% from 255) = 92.31%
R=0%
G=7.69%
B=92.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal011210.9200.952351002.35
Hex01C645C05Feb642
Octal011414413401373531442
Binary011100110010010111000101111111101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00010C; }

 p { color: rgb(0,1,12); }

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

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

 a { background-color: rgb(0,1,12); }

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

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

 span { border-color: rgb(0,1,12); }

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