Html Css Color HEX #01040C Black Russian

📋 copy color: '#01040C'

red 1 ◦ green 4 ◦ blue 12

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

Shades of Black Russian #01040C

Tints of Black Russian #01040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 23.53%

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

R = 5.88%
G = 23.53%
B = 70.59%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01040C (or 0x01040C) is known color: Black Russian. HEX triplet: 01, 04 and 0C. RGB value is (1,4,12). Sum of RGB (Red+Green+Blue) = 1+4+12=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 12 (5.08% from 255 or 70.59% from 17); Max value from RGB is 12 - color contains mainly: blue. Hex color #01040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01040C is #FEFBF3. Grayscale: #030303. Windows color (decimal): -16710644 or 787457. OLE color: 787457.

HSL color Cylindrical-coordinate representation of color #01040C: hue angle of 223.64º 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 #01040C is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 4 12 -
CMYK 0.92 0.67 0 0.95
HSL 223.64º 0.85% 0.03% -
HSV(B) 223.64º 0.92% 0.05% -
XYZ 0.12 0.12 0.36 -
YUV 4.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 1 4 12 0.92 0.67 0 0.95 223.64 0.85 0.03
Hex 1 4 C 5C 43 0 5F E0 55 3
Octal 1 4 14 134 103 0 137 340 125 3
Binary 1 100 1100 1011100 1000011 0 1011111 11100000 1010101 11

Color Harmonies of #01040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01040C

Black with #01040C

Text Example


Text Example

White with #01040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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