Html Css Color HEX #111132 Black Russian

📋 copy color: '#111132'

red 17 ◦ green 17 ◦ blue 50

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

Shades of Black Russian #111132

Tints of Black Russian #111132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.24%

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

R = 20.24%
G = 20.24%
B = 59.52%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111132 (or 0x111132) is known color: Black Russian. HEX triplet: 11, 11 and 32. RGB value is (17,17,50). Sum of RGB (Red+Green+Blue) = 17+17+50=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #111132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111132 is #EEEECD. Grayscale: #141414. Windows color (decimal): -15658702 or 3281169. OLE color: 3281169.

HSL color Cylindrical-coordinate representation of color #111132: hue angle of 240º 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 #111132 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 17 50 -
CMYK 0.66 0.66 0 0.80
HSL 240º 0.49% 0.13% -
HSV(B) 240º 0.66% 0.2% -
XYZ 1.01 0.75 3.11 -
YUV 20.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 17 17 50 0.66 0.66 0 0.80 240 0.49 0.13
Hex 11 11 32 42 42 0 50 F0 31 D
Octal 21 21 62 102 102 0 120 360 61 15
Binary 10001 10001 110010 1000010 1000010 0 1010000 11110000 110001 1101

Color Harmonies of #111132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111132

Black with #111132

Text Example


Text Example

White with #111132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111132; }

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

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

background-color css

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

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

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

border-color css

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

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

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