Html Css Color HEX #111928 Black Russian

📋 copy color: '#111928'

red 17 ◦ green 25 ◦ blue 40

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

Shades of Black Russian #111928

Tints of Black Russian #111928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.49%

 BLUE value IS 40 (16.02% from 255) = 48.78%

R = 20.73%
G = 30.49%
B = 48.78%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111928 (or 0x111928) is known color: Black Russian. HEX triplet: 11, 19 and 28. RGB value is (17,25,40). Sum of RGB (Red+Green+Blue) = 17+25+40=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #111928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111928 is #EEE6D7. Grayscale: #181818. Windows color (decimal): -15656664 or 2627857. OLE color: 2627857.

HSL color Cylindrical-coordinate representation of color #111928: hue angle of 219.13º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111928 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 25 40 -
CMYK 0.57 0.38 0 0.84
HSL 219.13º 0.4% 0.11% -
HSV(B) 219.13º 0.58% 0.16% -
XYZ 0.96 0.97 2.14 -
YUV 24.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 17 25 40 0.57 0.38 0 0.84 219.13 0.4 0.11
Hex 11 19 28 39 26 0 54 DB 28 B
Octal 21 31 50 71 46 0 124 333 50 13
Binary 10001 11001 101000 111001 100110 0 1010100 11011011 101000 1011

Color Harmonies of #111928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111928

Black with #111928

Text Example


Text Example

White with #111928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111928; }

 p { color: rgb(17,25,40); }

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

background-color css

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

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

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

border-color css

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

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

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