Html Css Color HEX #091326 Black Russian

📋 copy color: '#091326'

red 9 ◦ green 19 ◦ blue 38

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

Shades of Black Russian #091326

Tints of Black Russian #091326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

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

R = 13.64%
G = 28.79%
B = 57.58%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091326 (or 0x091326) is known color: Black Russian. HEX triplet: 09, 13 and 26. RGB value is (9,19,38). Sum of RGB (Red+Green+Blue) = 9+19+38=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #091326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091326 is #F6ECD9. Grayscale: #121212. Windows color (decimal): -16182490 or 2495241. OLE color: 2495241.

HSL color Cylindrical-coordinate representation of color #091326: hue angle of 219.31º 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 #091326 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 19 38 -
CMYK 0.76 0.50 0 0.85
HSL 219.31º 0.62% 0.09% -
HSV(B) 219.31º 0.76% 0.15% -
XYZ 0.7 0.66 1.93 -
YUV 18.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 9 19 38 0.76 0.50 0 0.85 219.31 0.62 0.09
Hex 9 13 26 4C 32 0 55 DB 3E 9
Octal 11 23 46 114 62 0 125 333 76 11
Binary 1001 10011 100110 1001100 110010 0 1010101 11011011 111110 1001

Color Harmonies of #091326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091326

Black with #091326

Text Example


Text Example

White with #091326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091326; }

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

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

background-color css

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

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

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

border-color css

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

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

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