Html Css Color HEX #091429 Black Russian

📋 copy color: '#091429'

red 9 ◦ green 20 ◦ blue 41

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

Shades of Black Russian #091429

Tints of Black Russian #091429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 58.57%

R = 12.86%
G = 28.57%
B = 58.57%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#091429 (or 0x091429) is known color: Black Russian. HEX triplet: 09, 14 and 29. RGB value is (9,20,41). Sum of RGB (Red+Green+Blue) = 9+20+41=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #091429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091429 is #F6EBD6. Grayscale: #131313. Windows color (decimal): -16182231 or 2692105. OLE color: 2692105.

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

Color convert

RGB 9 20 41 -
CMYK 0.78 0.51 0 0.84
HSL 219.38º 0.64% 0.1% -
HSV(B) 219.38º 0.78% 0.16% -
XYZ 0.76 0.72 2.2 -
YUV 19.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 9 20 41 0.78 0.51 0 0.84 219.38 0.64 0.1
Hex 9 14 29 4E 33 0 54 DB 40 A
Octal 11 24 51 116 63 0 124 333 100 12
Binary 1001 10100 101001 1001110 110011 0 1010100 11011011 1000000 1010

Color Harmonies of #091429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091429

Black with #091429

Text Example


Text Example

White with #091429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091429; }

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

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

background-color css

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

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

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

border-color css

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

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

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