#09002C

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

Shades of Black Russian #09002C

Tints of Black Russian #09002C

Color information

#09002C (or 0x09002C) is unknown color: approx Black Russian. HEX triplet: 09, 00 and 2C. RGB value is (9,0,44). Sum of RGB (Red+Green+Blue) = 9+0+44=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 44 (17.58% from 255 or 83.02% from 53); Max value from RGB is 44 - color contains mainly: blue. Hex color #09002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09002C is #F6FFD3. Grayscale: #070707. Windows color (decimal): -16187348 or 2883593. OLE color: 2883593.

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

Color convert

RGB9044-
CMYK0.80100.83
HSL252.27º100%8.63%-
HSV(B)252.27º100%17.25%-
XYZ0.570.242.4-
YUV7.71148.48128.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 83.02%
R=16.98%
G=0%
B=83.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal90440.80100.83252.271008.63
Hex902C5064053fc649
Octal11054120144012337414411
Binary1001010110010100001100100010100111111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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