Html Css Color HEX #09112D Black Russian

📋 copy color: '#09112D'

red 9 ◦ green 17 ◦ blue 45

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

Shades of Black Russian #09112D

Tints of Black Russian #09112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.94%

 BLUE value IS 45 (17.97% from 255) = 63.38%

R = 12.68%
G = 23.94%
B = 63.38%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#09112D (or 0x09112D) is known color: Black Russian. HEX triplet: 09, 11 and 2D. RGB value is (9,17,45). Sum of RGB (Red+Green+Blue) = 9+17+45=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #09112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09112D is #F6EED2. Grayscale: #111111. Windows color (decimal): -16182995 or 2953481. OLE color: 2953481.

HSL color Cylindrical-coordinate representation of color #09112D: hue angle of 226.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09112D is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 17 45 -
CMYK 0.8 0.62 0 0.82
HSL 226.67º 0.67% 0.11% -
HSV(B) 226.67º 0.8% 0.18% -
XYZ 0.79 0.65 2.57 -
YUV 17.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 9 17 45 0.8 0.62 0 0.82 226.67 0.67 0.11
Hex 9 11 2D 50 3E 0 52 E3 43 B
Octal 11 21 55 120 76 0 122 343 103 13
Binary 1001 10001 101101 1010000 111110 0 1010010 11100011 1000011 1011

Color Harmonies of #09112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09112D

Black with #09112D

Text Example


Text Example

White with #09112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09112D; }

 p { color: rgb(9,17,45); }

 H1.HeaderClassName
 {
   color: #09112D;
 }
 .AnyTagClassName
 {
   color: #09112D;
 }
</style>

background-color css

<style>
 a { background-color: #09112D; }

 a { background-color: rgb(9,17,45); }

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

border-color css

<style>
 span { border-color: #09112D; }

 span { border-color: rgb(9,17,45); }

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