Html Css Color HEX #091228 Black Russian

📋 copy color: '#091228'

red 9 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #091228

Tints of Black Russian #091228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 59.7%

R = 13.43%
G = 26.87%
B = 59.7%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#091228 (or 0x091228) is known color: Black Russian. HEX triplet: 09, 12 and 28. RGB value is (9,18,40). Sum of RGB (Red+Green+Blue) = 9+18+40=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #091228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091228 is #F6EDD7. Grayscale: #111111. Windows color (decimal): -16182744 or 2626057. OLE color: 2626057.

HSL color Cylindrical-coordinate representation of color #091228: hue angle of 222.58º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091228 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 18 40 -
CMYK 0.78 0.55 0 0.84
HSL 222.58º 0.63% 0.1% -
HSV(B) 222.58º 0.78% 0.16% -
XYZ 0.71 0.64 2.09 -
YUV 17.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 9 18 40 0.78 0.55 0 0.84 222.58 0.63 0.1
Hex 9 12 28 4E 37 0 54 DF 3F A
Octal 11 22 50 116 67 0 124 337 77 12
Binary 1001 10010 101000 1001110 110111 0 1010100 11011111 111111 1010

Color Harmonies of #091228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091228

Black with #091228

Text Example


Text Example

White with #091228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091228; }

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

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

background-color css

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

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

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

border-color css

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

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

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