Html Css Color HEX #01010C Black Russian

📋 copy color: '#01010C'

red 1 ◦ green 1 ◦ blue 12

#01010C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #01010C

Tints of Black Russian #01010C

RGB

 RED value IS 1 (0.78% from 255) = 7.14%

 GREEN value IS 1 (0.78% from 255) = 7.14%

 BLUE value IS 12 (5.08% from 255) = 85.71%

R = 7.14%
G = 7.14%
B = 85.71%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01010C (or 0x01010C) is known color: Black Russian. HEX triplet: 01, 01 and 0C. RGB value is (1,1,12). Sum of RGB (Red+Green+Blue) = 1+1+12=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 12 (5.08% from 255 or 85.71% from 14); Max value from RGB is 12 - color contains mainly: blue. Hex color #01010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01010C is #FEFEF3. Grayscale: #020202. Windows color (decimal): -16711412 or 786689. OLE color: 786689.

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

Color convert

RGB 1 1 12 -
CMYK 0.92 0.92 0 0.95
HSL 240º 0.85% 0.03% -
HSV(B) 240º 0.92% 0.05% -
XYZ 0.09 0.05 0.35 -
YUV 2.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 1 1 12 0.92 0.92 0 0.95 240 0.85 0.03
Hex 1 1 C 5C 5C 0 5F F0 55 3
Octal 1 1 14 134 134 0 137 360 125 3
Binary 1 1 1100 1011100 1011100 0 1011111 11110000 1010101 11

Color Harmonies of #01010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01010C

Black with #01010C

Text Example


Text Example

White with #01010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01010C;
 }
 .AnyTagClassName
 {
   color: #01010C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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