Html Css Color HEX #01041C Black Russian

📋 copy color: '#01041C'

red 1 ◦ green 4 ◦ blue 28

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

Shades of Black Russian #01041C

Tints of Black Russian #01041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 84.85%

R = 3.03%
G = 12.12%
B = 84.85%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01041C (or 0x01041C) is known color: Black Russian. HEX triplet: 01, 04 and 1C. RGB value is (1,4,28). Sum of RGB (Red+Green+Blue) = 1+4+28=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 28 (11.33% from 255 or 84.85% from 33); Max value from RGB is 28 - color contains mainly: blue. Hex color #01041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01041C is #FEFBE3. Grayscale: #050505. Windows color (decimal): -16710628 or 1836033. OLE color: 1836033.

HSL color Cylindrical-coordinate representation of color #01041C: hue angle of 233.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01041C is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 4 28 -
CMYK 0.96 0.86 0 0.89
HSL 233.33º 0.93% 0.06% -
HSV(B) 233.33º 0.96% 0.11% -
XYZ 0.27 0.18 1.12 -
YUV 5.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 1 4 28 0.96 0.86 0 0.89 233.33 0.93 0.06
Hex 1 4 1C 60 56 0 59 E9 5D 6
Octal 1 4 34 140 126 0 131 351 135 6
Binary 1 100 11100 1100000 1010110 0 1011001 11101001 1011101 110

Color Harmonies of #01041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01041C

Black with #01041C

Text Example


Text Example

White with #01041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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