Html Css Color HEX #111824 Black Russian

📋 copy color: '#111824'

red 17 ◦ green 24 ◦ blue 36

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

Shades of Black Russian #111824

Tints of Black Russian #111824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

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

R = 22.08%
G = 31.17%
B = 46.75%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#111824 (or 0x111824) is known color: Black Russian. HEX triplet: 11, 18 and 24. RGB value is (17,24,36). Sum of RGB (Red+Green+Blue) = 17+24+36=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #111824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111824 is #EEE7DB. Grayscale: #171717. Windows color (decimal): -15656924 or 2365457. OLE color: 2365457.

HSL color Cylindrical-coordinate representation of color #111824: hue angle of 217.89º 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 #111824 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 24 36 -
CMYK 0.53 0.33 0 0.86
HSL 217.89º 0.36% 0.1% -
HSV(B) 217.89º 0.53% 0.14% -
XYZ 0.88 0.9 1.8 -
YUV 23.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 17 24 36 0.53 0.33 0 0.86 217.89 0.36 0.1
Hex 11 18 24 35 21 0 56 DA 24 A
Octal 21 30 44 65 41 0 126 332 44 12
Binary 10001 11000 100100 110101 100001 0 1010110 11011010 100100 1010

Color Harmonies of #111824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111824

Black with #111824

Text Example


Text Example

White with #111824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111824; }

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

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

background-color css

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

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

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

border-color css

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

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

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