Html Css Color HEX #01091C Black Russian

📋 copy color: '#01091C'

red 1 ◦ green 9 ◦ blue 28

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

Shades of Black Russian #01091C

Tints of Black Russian #01091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 23.68%

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

R = 2.63%
G = 23.68%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01091C (or 0x01091C) is known color: Black Russian. HEX triplet: 01, 09 and 1C. RGB value is (1,9,28). Sum of RGB (Red+Green+Blue) = 1+9+28=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #01091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091C is #FEF6E3. Grayscale: #080808. Windows color (decimal): -16709348 or 1837313. OLE color: 1837313.

HSL color Cylindrical-coordinate representation of color #01091C: hue angle of 222.22º 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 #01091C is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 9 28 -
CMYK 0.96 0.68 0 0.89
HSL 222.22º 0.93% 0.06% -
HSV(B) 222.22º 0.96% 0.11% -
XYZ 0.32 0.29 1.14 -
YUV 8.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 1 9 28 0.96 0.68 0 0.89 222.22 0.93 0.06
Hex 1 9 1C 60 44 0 59 DE 5D 6
Octal 1 11 34 140 104 0 131 336 135 6
Binary 1 1001 11100 1100000 1000100 0 1011001 11011110 1011101 110

Color Harmonies of #01091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01091C

Black with #01091C

Text Example


Text Example

White with #01091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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