Html Css Color HEX #091226 Black Russian

📋 copy color: '#091226'

red 9 ◦ green 18 ◦ blue 38

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

Shades of Black Russian #091226

Tints of Black Russian #091226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 58.46%

R = 13.85%
G = 27.69%
B = 58.46%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091226 (or 0x091226) is known color: Black Russian. HEX triplet: 09, 12 and 26. RGB value is (9,18,38). Sum of RGB (Red+Green+Blue) = 9+18+38=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #091226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091226 is #F6EDD9. Grayscale: #111111. Windows color (decimal): -16182746 or 2494985. OLE color: 2494985.

HSL color Cylindrical-coordinate representation of color #091226: hue angle of 221.38º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091226 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 18 38 -
CMYK 0.76 0.53 0 0.85
HSL 221.38º 0.62% 0.09% -
HSV(B) 221.38º 0.76% 0.15% -
XYZ 0.68 0.63 1.92 -
YUV 17.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 9 18 38 0.76 0.53 0 0.85 221.38 0.62 0.09
Hex 9 12 26 4C 35 0 55 DD 3E 9
Octal 11 22 46 114 65 0 125 335 76 11
Binary 1001 10010 100110 1001100 110101 0 1010101 11011101 111110 1001

Color Harmonies of #091226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091226

Black with #091226

Text Example


Text Example

White with #091226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091226; }

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

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

background-color css

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

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

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

border-color css

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

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

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