Html Css Color HEX #09122A Black Russian

📋 copy color: '#09122A'

red 9 ◦ green 18 ◦ blue 42

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

Shades of Black Russian #09122A

Tints of Black Russian #09122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 60.87%

R = 13.04%
G = 26.09%
B = 60.87%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#09122A (or 0x09122A) is known color: Black Russian. HEX triplet: 09, 12 and 2A. RGB value is (9,18,42). Sum of RGB (Red+Green+Blue) = 9+18+42=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #09122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122A is #F6EDD5. Grayscale: #111111. Windows color (decimal): -16182742 or 2757129. OLE color: 2757129.

HSL color Cylindrical-coordinate representation of color #09122A: hue angle of 223.64º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09122A is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 18 42 -
CMYK 0.79 0.57 0 0.84
HSL 223.64º 0.65% 0.1% -
HSV(B) 223.64º 0.79% 0.16% -
XYZ 0.75 0.66 2.28 -
YUV 18.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 9 18 42 0.79 0.57 0 0.84 223.64 0.65 0.1
Hex 9 12 2A 4F 39 0 54 E0 41 A
Octal 11 22 52 117 71 0 124 340 101 12
Binary 1001 10010 101010 1001111 111001 0 1010100 11100000 1000001 1010

Color Harmonies of #09122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09122A

Black with #09122A

Text Example


Text Example

White with #09122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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