Html Css Color HEX #091428 Black Russian

📋 copy color: '#091428'

red 9 ◦ green 20 ◦ blue 40

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

Shades of Black Russian #091428

Tints of Black Russian #091428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.99%

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

R = 13.04%
G = 28.99%
B = 57.97%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#091428 (or 0x091428) is known color: Black Russian. HEX triplet: 09, 14 and 28. RGB value is (9,20,40). Sum of RGB (Red+Green+Blue) = 9+20+40=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #091428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091428 is #F6EBD7. Grayscale: #121212. Windows color (decimal): -16182232 or 2626569. OLE color: 2626569.

HSL color Cylindrical-coordinate representation of color #091428: hue angle of 218.71º 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 #091428 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 20 40 -
CMYK 0.78 0.5 0 0.84
HSL 218.71º 0.63% 0.1% -
HSV(B) 218.71º 0.78% 0.16% -
XYZ 0.75 0.71 2.11 -
YUV 18.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 9 20 40 0.78 0.5 0 0.84 218.71 0.63 0.1
Hex 9 14 28 4E 32 0 54 DB 3F A
Octal 11 24 50 116 62 0 124 333 77 12
Binary 1001 10100 101000 1001110 110010 0 1010100 11011011 111111 1010

Color Harmonies of #091428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091428

Black with #091428

Text Example


Text Example

White with #091428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091428; }

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

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

background-color css

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

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

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

border-color css

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

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

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