Html Css Color HEX #01091A Black Russian

📋 copy color: '#01091A'

red 1 ◦ green 9 ◦ blue 26

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

Shades of Black Russian #01091A

Tints of Black Russian #01091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 72.22%

R = 2.78%
G = 25%
B = 72.22%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#01091A (or 0x01091A) is known color: Black Russian. HEX triplet: 01, 09 and 1A. RGB value is (1,9,26). Sum of RGB (Red+Green+Blue) = 1+9+26=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #01091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091A is #FEF6E5. Grayscale: #080808. Windows color (decimal): -16709350 or 1706241. OLE color: 1706241.

HSL color Cylindrical-coordinate representation of color #01091A: hue angle of 220.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01091A is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 9 26 -
CMYK 0.96 0.65 0 0.90
HSL 220.8º 0.93% 0.05% -
HSV(B) 220.8º 0.96% 0.1% -
XYZ 0.3 0.28 1.01 -
YUV 8.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 1 9 26 0.96 0.65 0 0.90 220.8 0.93 0.05
Hex 1 9 1A 60 41 0 5A DD 5D 5
Octal 1 11 32 140 101 0 132 335 135 5
Binary 1 1001 11010 1100000 1000001 0 1011010 11011101 1011101 101

Color Harmonies of #01091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01091A

Black with #01091A

Text Example


Text Example

White with #01091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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