#090C2D

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

Shades of Black Russian #090C2D

Tints of Black Russian #090C2D

Color information

#090C2D (or 0x090C2D) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 2D. RGB value is (9,12,45). Sum of RGB (Red+Green+Blue) = 9+12+45=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #090C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2D is #F6F3D2. Grayscale: #0E0E0E. Windows color (decimal): -16184275 or 2952201. OLE color: 2952201.

HSL color Cylindrical-coordinate representation of color #090C2D: hue angle of 235º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090C2D is Cyan = 0.8, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB91245-
CMYK0.80.7300.82
HSL235º66.67%10.59%-
HSV(B)235º80%17.65%-
XYZ0.720.512.54-
YUV14.86145.01123.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 45 (17.97% from 255) = 68.18%
R=13.64%
G=18.18%
B=68.18%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal912450.80.7300.8223566.6710.59
Hex9C2D5049052eb43b
Octal111455120111012235310313
Binary1001110010110110100001001001010100101110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C2D; }

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

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

<style>
 a { background-color: #090C2D; }

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

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

<style>
 span { border-color: #090C2D; }

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

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