Html Css Color HEX #111424 Black Russian

📋 copy color: '#111424'

red 17 ◦ green 20 ◦ blue 36

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

Shades of Black Russian #111424

Tints of Black Russian #111424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 49.32%

R = 23.29%
G = 27.4%
B = 49.32%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#111424 (or 0x111424) is known color: Black Russian. HEX triplet: 11, 14 and 24. RGB value is (17,20,36). Sum of RGB (Red+Green+Blue) = 17+20+36=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #111424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111424 is #EEEBDB. Grayscale: #141414. Windows color (decimal): -15657948 or 2364433. OLE color: 2364433.

HSL color Cylindrical-coordinate representation of color #111424: hue angle of 230.53º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111424 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 20 36 -
CMYK 0.53 0.44 0 0.86
HSL 230.53º 0.36% 0.1% -
HSV(B) 230.53º 0.53% 0.14% -
XYZ 0.8 0.75 1.77 -
YUV 20.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 17 20 36 0.53 0.44 0 0.86 230.53 0.36 0.1
Hex 11 14 24 35 2C 0 56 E7 24 A
Octal 21 24 44 65 54 0 126 347 44 12
Binary 10001 10100 100100 110101 101100 0 1010110 11100111 100100 1010

Color Harmonies of #111424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111424

Black with #111424

Text Example


Text Example

White with #111424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111424; }

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

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

background-color css

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

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

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

border-color css

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

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

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