Html Css Color HEX #09122C Black Russian

📋 copy color: '#09122C'

red 9 ◦ green 18 ◦ blue 44

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

Shades of Black Russian #09122C

Tints of Black Russian #09122C

RGB

 RED value IS 9 (3.91% from 255) = 12.68%

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 44 (17.58% from 255) = 61.97%

R = 12.68%
G = 25.35%
B = 61.97%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09122C (or 0x09122C) is known color: Black Russian. HEX triplet: 09, 12 and 2C. RGB value is (9,18,44). Sum of RGB (Red+Green+Blue) = 9+18+44=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #09122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122C is #F6EDD3. Grayscale: #121212. Windows color (decimal): -16182740 or 2888201. OLE color: 2888201.

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

Color convert

RGB 9 18 44 -
CMYK 0.80 0.59 0 0.83
HSL 224.57º 0.66% 0.1% -
HSV(B) 224.57º 0.8% 0.17% -
XYZ 0.78 0.67 2.47 -
YUV 18.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 9 18 44 0.80 0.59 0 0.83 224.57 0.66 0.1
Hex 9 12 2C 50 3B 0 53 E1 42 A
Octal 11 22 54 120 73 0 123 341 102 12
Binary 1001 10010 101100 1010000 111011 0 1010011 11100001 1000010 1010

Color Harmonies of #09122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09122C

Black with #09122C

Text Example


Text Example

White with #09122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09122C;
 }
 .AnyTagClassName
 {
   color: #09122C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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