Html Css Color HEX #111232 Black Russian

📋 copy color: '#111232'

red 17 ◦ green 18 ◦ blue 50

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

Shades of Black Russian #111232

Tints of Black Russian #111232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

 BLUE value IS 50 (19.92% from 255) = 58.82%

R = 20%
G = 21.18%
B = 58.82%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111232 (or 0x111232) is known color: Black Russian. HEX triplet: 11, 12 and 32. RGB value is (17,18,50). Sum of RGB (Red+Green+Blue) = 17+18+50=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #111232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111232 is #EEEDCD. Grayscale: #151515. Windows color (decimal): -15658446 or 3281425. OLE color: 3281425.

HSL color Cylindrical-coordinate representation of color #111232: hue angle of 238.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111232 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 18 50 -
CMYK 0.66 0.64 0 0.80
HSL 238.18º 0.49% 0.13% -
HSV(B) 238.18º 0.66% 0.2% -
XYZ 1.02 0.78 3.11 -
YUV 21.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 17 18 50 0.66 0.64 0 0.80 238.18 0.49 0.13
Hex 11 12 32 42 40 0 50 EE 31 D
Octal 21 22 62 102 100 0 120 356 61 15
Binary 10001 10010 110010 1000010 1000000 0 1010000 11101110 110001 1101

Color Harmonies of #111232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111232

Black with #111232

Text Example


Text Example

White with #111232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111232; }

 p { color: rgb(17,18,50); }

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

background-color css

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

 a { background-color: rgb(17,18,50); }

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

border-color css

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

 span { border-color: rgb(17,18,50); }

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