#01092C

Color #01092C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #01092C

Tints of Black Russian #01092C

Color information

#01092C (or 0x01092C) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 2C. RGB value is (1,9,44). Sum of RGB (Red+Green+Blue) = 1+9+44=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 44 (17.58% from 255 or 81.48% from 54); Max value from RGB is 44 - color contains mainly: blue. Hex color #01092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01092C is #FEF6D3. Grayscale: #0A0A0A. Windows color (decimal): -16709332 or 2885889. OLE color: 2885889.

HSL color Cylindrical-coordinate representation of color #01092C: hue angle of 228.84º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01092C is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB1944-
CMYK0.980.8000.83
HSL228.84º95.56%8.82%-
HSV(B)228.84º97.73%17.25%-
XYZ0.560.382.43-
YUV10.6146.85121.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 81.48%
R=1.85%
G=16.67%
B=81.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal19440.980.8000.83228.8495.568.82
Hex192C6250053e5609
Octal11154142120012334514011
Binary1100110110011000101010000010100111110010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01092C;
 }
 .AnyTagClassName
 {
   color: #01092C;
 }
</style>
background-color css

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

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

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

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

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

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