Html Css Color HEX #111320 Black Russian

📋 copy color: '#111320'

red 17 ◦ green 19 ◦ blue 32

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

Shades of Black Russian #111320

Tints of Black Russian #111320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 47.06%

R = 25%
G = 27.94%
B = 47.06%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111320 (or 0x111320) is known color: Black Russian. HEX triplet: 11, 13 and 20. RGB value is (17,19,32). Sum of RGB (Red+Green+Blue) = 17+19+32=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #111320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111320 is #EEECDF. Grayscale: #131313. Windows color (decimal): -15658208 or 2102033. OLE color: 2102033.

HSL color Cylindrical-coordinate representation of color #111320: hue angle of 232º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111320 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 19 32 -
CMYK 0.47 0.41 0 0.87
HSL 232º 0.31% 0.1% -
HSV(B) 232º 0.47% 0.13% -
XYZ 0.72 0.69 1.46 -
YUV 19.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 17 19 32 0.47 0.41 0 0.87 232 0.31 0.1
Hex 11 13 20 2F 29 0 57 E8 1F A
Octal 21 23 40 57 51 0 127 350 37 12
Binary 10001 10011 100000 101111 101001 0 1010111 11101000 11111 1010

Color Harmonies of #111320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111320

Black with #111320

Text Example


Text Example

White with #111320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111320; }

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

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

background-color css

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

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

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

border-color css

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

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

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