#090C2F

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

Shades of Black Russian #090C2F

Tints of Black Russian #090C2F

Color information

#090C2F (or 0x090C2F) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 2F. RGB value is (9,12,47). Sum of RGB (Red+Green+Blue) = 9+12+47=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #090C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2F is #F6F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16184273 or 3083273. OLE color: 3083273.

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

Color convert

RGB91247-
CMYK0.810.7400.82
HSL235.26º67.86%10.98%-
HSV(B)235.26º80.85%18.43%-
XYZ0.760.532.75-
YUV15.09146.01123.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.24%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 47 (18.75% from 255) = 69.12%
R=13.24%
G=17.65%
B=69.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal912470.810.7400.82235.2667.8610.98
Hex9C2F514A052eb44b
Octal111457121112012235310413
Binary1001110010111110100011001010010100101110101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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