Html Css Color HEX #111927 Black Russian

📋 copy color: '#111927'

red 17 ◦ green 25 ◦ blue 39

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

Shades of Black Russian #111927

Tints of Black Russian #111927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 48.15%

R = 20.99%
G = 30.86%
B = 48.15%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111927 (or 0x111927) is known color: Black Russian. HEX triplet: 11, 19 and 27. RGB value is (17,25,39). Sum of RGB (Red+Green+Blue) = 17+25+39=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #111927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111927 is #EEE6D8. Grayscale: #181818. Windows color (decimal): -15656665 or 2562321. OLE color: 2562321.

HSL color Cylindrical-coordinate representation of color #111927: hue angle of 218.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111927 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 25 39 -
CMYK 0.56 0.36 0 0.85
HSL 218.18º 0.39% 0.11% -
HSV(B) 218.18º 0.56% 0.15% -
XYZ 0.95 0.96 2.06 -
YUV 24.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 17 25 39 0.56 0.36 0 0.85 218.18 0.39 0.11
Hex 11 19 27 38 24 0 55 DA 27 B
Octal 21 31 47 70 44 0 125 332 47 13
Binary 10001 11001 100111 111000 100100 0 1010101 11011010 100111 1011

Color Harmonies of #111927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111927

Black with #111927

Text Example


Text Example

White with #111927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111927; }

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

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

background-color css

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

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

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

border-color css

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

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

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