Html Css Color HEX #111332 Black Russian

📋 copy color: '#111332'

red 17 ◦ green 19 ◦ blue 50

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

Shades of Black Russian #111332

Tints of Black Russian #111332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 19.77%
G = 22.09%
B = 58.14%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#111332 (or 0x111332) is known color: Black Russian. HEX triplet: 11, 13 and 32. RGB value is (17,19,50). Sum of RGB (Red+Green+Blue) = 17+19+50=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #111332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111332 is #EEECCD. Grayscale: #151515. Windows color (decimal): -15658190 or 3281681. OLE color: 3281681.

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

Color convert

RGB 17 19 50 -
CMYK 0.66 0.62 0 0.80
HSL 236.36º 0.49% 0.13% -
HSV(B) 236.36º 0.66% 0.2% -
XYZ 1.04 0.82 3.12 -
YUV 21.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 17 19 50 0.66 0.62 0 0.80 236.36 0.49 0.13
Hex 11 13 32 42 3E 0 50 EC 31 D
Octal 21 23 62 102 76 0 120 354 61 15
Binary 10001 10011 110010 1000010 111110 0 1010000 11101100 110001 1101

Color Harmonies of #111332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111332

Black with #111332

Text Example


Text Example

White with #111332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111332; }

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

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

background-color css

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

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

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

border-color css

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

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

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