Html Css Color HEX #111331 Black Russian

📋 copy color: '#111331'

red 17 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #111331

Tints of Black Russian #111331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 57.65%

R = 20%
G = 22.35%
B = 57.65%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111331 (or 0x111331) is known color: Black Russian. HEX triplet: 11, 13 and 31. RGB value is (17,19,49). Sum of RGB (Red+Green+Blue) = 17+19+49=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #111331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111331 is #EEECCE. Grayscale: #151515. Windows color (decimal): -15658191 or 3216145. OLE color: 3216145.

HSL color Cylindrical-coordinate representation of color #111331: hue angle of 236.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111331 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 19 49 -
CMYK 0.65 0.61 0 0.81
HSL 236.25º 0.48% 0.13% -
HSV(B) 236.25º 0.65% 0.19% -
XYZ 1.02 0.81 3.01 -
YUV 21.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 17 19 49 0.65 0.61 0 0.81 236.25 0.48 0.13
Hex 11 13 31 41 3D 0 51 EC 30 D
Octal 21 23 61 101 75 0 121 354 60 15
Binary 10001 10011 110001 1000001 111101 0 1010001 11101100 110000 1101

Color Harmonies of #111331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111331

Black with #111331

Text Example


Text Example

White with #111331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111331; }

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

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

background-color css

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

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

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

border-color css

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

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

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