#09092F

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

Shades of Black Russian #09092F

Tints of Black Russian #09092F

Color information

#09092F (or 0x09092F) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 2F. RGB value is (9,9,47). Sum of RGB (Red+Green+Blue) = 9+9+47=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #09092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09092F is #F6F6D0. Grayscale: #0D0D0D. Windows color (decimal): -16185041 or 3082505. OLE color: 3082505.

HSL color Cylindrical-coordinate representation of color #09092F: hue angle of 240º 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 #09092F is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB9947-
CMYK0.810.8100.82
HSL240º67.86%10.98%-
HSV(B)240º80.85%18.43%-
XYZ0.720.462.74-
YUV13.33147124.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 47 (18.75% from 255) = 72.31%
R=13.85%
G=13.85%
B=72.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal99470.810.8100.8224067.8610.98
Hex992F5151052f044b
Octal111157121121012236010413
Binary1001100110111110100011010001010100101111000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09092F; }

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

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

<style>
 a { background-color: #09092F; }

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

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

<style>
 span { border-color: #09092F; }

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

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