Html Css Color HEX #01091D Black Russian

📋 copy color: '#01091D'

red 1 ◦ green 9 ◦ blue 29

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

Shades of Black Russian #01091D

Tints of Black Russian #01091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 74.36%

R = 2.56%
G = 23.08%
B = 74.36%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01091D (or 0x01091D) is known color: Black Russian. HEX triplet: 01, 09 and 1D. RGB value is (1,9,29). Sum of RGB (Red+Green+Blue) = 1+9+29=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #01091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091D is #FEF6E2. Grayscale: #080808. Windows color (decimal): -16709347 or 1902849. OLE color: 1902849.

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

Color convert

RGB 1 9 29 -
CMYK 0.97 0.69 0 0.89
HSL 222.86º 0.93% 0.06% -
HSV(B) 222.86º 0.97% 0.11% -
XYZ 0.33 0.29 1.2 -
YUV 8.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 1 9 29 0.97 0.69 0 0.89 222.86 0.93 0.06
Hex 1 9 1D 61 45 0 59 DF 5D 6
Octal 1 11 35 141 105 0 131 337 135 6
Binary 1 1001 11101 1100001 1000101 0 1011001 11011111 1011101 110

Color Harmonies of #01091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01091D

Black with #01091D

Text Example


Text Example

White with #01091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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