Html Css Color HEX #111429 Black Russian

📋 copy color: '#111429'

red 17 ◦ green 20 ◦ blue 41

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

Shades of Black Russian #111429

Tints of Black Russian #111429

RGB

 RED value IS 17 (7.03% from 255) = 21.79%

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

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

R = 21.79%
G = 25.64%
B = 52.56%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111429 (or 0x111429) is known color: Black Russian. HEX triplet: 11, 14 and 29. RGB value is (17,20,41). Sum of RGB (Red+Green+Blue) = 17+20+41=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #111429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111429 is #EEEBD6. Grayscale: #151515. Windows color (decimal): -15657943 or 2692113. OLE color: 2692113.

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

Color convert

RGB 17 20 41 -
CMYK 0.59 0.51 0 0.84
HSL 232.5º 0.41% 0.11% -
HSV(B) 232.5º 0.59% 0.16% -
XYZ 0.88 0.78 2.2 -
YUV 21.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 17 20 41 0.59 0.51 0 0.84 232.5 0.41 0.11
Hex 11 14 29 3B 33 0 54 E8 29 B
Octal 21 24 51 73 63 0 124 350 51 13
Binary 10001 10100 101001 111011 110011 0 1010100 11101000 101001 1011

Color Harmonies of #111429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111429

Black with #111429

Text Example


Text Example

White with #111429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111429; }

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

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

background-color css

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

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

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

border-color css

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

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

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