#01092D

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

Shades of Black Russian #01092D

Tints of Black Russian #01092D

Color information

#01092D (or 0x01092D) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 2D. RGB value is (1,9,45). Sum of RGB (Red+Green+Blue) = 1+9+45=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 45 (17.97% from 255 or 81.82% from 55); Max value from RGB is 45 - color contains mainly: blue. Hex color #01092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01092D is #FEF6D2. Grayscale: #0A0A0A. Windows color (decimal): -16709331 or 2951425. OLE color: 2951425.

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

Color convert

RGB1945-
CMYK0.980.800.82
HSL229.09º95.65%9.02%-
HSV(B)229.09º97.78%17.65%-
XYZ0.580.392.53-
YUV10.71147.35121.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 45 (17.97% from 255) = 81.82%
R=1.82%
G=16.36%
B=81.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal19450.980.800.82229.0995.659.02
Hex192D6250052e5609
Octal11155142120012234514011
Binary1100110110111000101010000010100101110010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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