#09002F

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

Shades of Black Russian #09002F

Tints of Black Russian #09002F

Color information

#09002F (or 0x09002F) is unknown color: approx Black Russian. HEX triplet: 09, 00 and 2F. RGB value is (9,0,47). Sum of RGB (Red+Green+Blue) = 9+0+47=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 47 (18.75% from 255 or 83.93% from 56); Max value from RGB is 47 - color contains mainly: blue. Hex color #09002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09002F is #F6FFD0. Grayscale: #070707. Windows color (decimal): -16187345 or 3080201. OLE color: 3080201.

HSL color Cylindrical-coordinate representation of color #09002F: hue angle of 251.49º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09002F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB9047-
CMYK0.81100.82
HSL251.49º100%9.22%-
HSV(B)251.49º100%18.43%-
XYZ0.630.262.71-
YUV8.05149.98128.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 83.93%
R=16.07%
G=0%
B=83.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal90470.81100.82251.491009.22
Hex902F5164052fb649
Octal11057121144012237314411
Binary1001010111110100011100100010100101111101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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