Html Css Color HEX #09122B Black Russian

📋 copy color: '#09122B'

red 9 ◦ green 18 ◦ blue 43

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

Shades of Black Russian #09122B

Tints of Black Russian #09122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 61.43%

R = 12.86%
G = 25.71%
B = 61.43%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#09122B (or 0x09122B) is known color: Black Russian. HEX triplet: 09, 12 and 2B. RGB value is (9,18,43). Sum of RGB (Red+Green+Blue) = 9+18+43=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #09122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122B is #F6EDD4. Grayscale: #121212. Windows color (decimal): -16182741 or 2822665. OLE color: 2822665.

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

Color convert

RGB 9 18 43 -
CMYK 0.79 0.58 0 0.83
HSL 224.12º 0.65% 0.1% -
HSV(B) 224.12º 0.79% 0.17% -
XYZ 0.77 0.67 2.37 -
YUV 18.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 9 18 43 0.79 0.58 0 0.83 224.12 0.65 0.1
Hex 9 12 2B 4F 3A 0 53 E0 41 A
Octal 11 22 53 117 72 0 123 340 101 12
Binary 1001 10010 101011 1001111 111010 0 1010011 11100000 1000001 1010

Color Harmonies of #09122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09122B

Black with #09122B

Text Example


Text Example

White with #09122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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