Html Css Color HEX #09002C Black Russian

📋 copy color: '#09002C'

red 9 ◦ green 0 ◦ blue 44

#09002C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #09002C

Tints of Black Russian #09002C

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 value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09002C (or 0x09002C) is known color: 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

RGB 9 0 44 -
CMYK 0.80 1 0 0.83
HSL 252.27º 1% 0.09% -
HSV(B) 252.27º 1% 0.17% -
XYZ 0.57 0.24 2.4 -
YUV 7.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 9 0 44 0.80 1 0 0.83 252.27 1 0.09
Hex 9 0 2C 50 64 0 53 FC 64 9
Octal 11 0 54 120 144 0 123 374 144 11
Binary 1001 0 101100 1010000 1100100 0 1010011 11111100 1100100 1001

Color Harmonies of #09002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09002C

Black with #09002C

Text Example


Text Example

White with #09002C

Text Example


Text Example

HTML Codes & Css Web 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>