Html Css Color HEX #111127 Black Russian

📋 copy color: '#111127'

red 17 ◦ green 17 ◦ blue 39

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

Shades of Black Russian #111127

Tints of Black Russian #111127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

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

R = 23.29%
G = 23.29%
B = 53.42%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111127 (or 0x111127) is known color: Black Russian. HEX triplet: 11, 11 and 27. RGB value is (17,17,39). Sum of RGB (Red+Green+Blue) = 17+17+39=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #111127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111127 is #EEEED8. Grayscale: #131313. Windows color (decimal): -15658713 or 2560273. OLE color: 2560273.

HSL color Cylindrical-coordinate representation of color #111127: hue angle of 240º 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 #111127 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 17 39 -
CMYK 0.56 0.56 0 0.85
HSL 240º 0.39% 0.11% -
HSV(B) 240º 0.56% 0.15% -
XYZ 0.8 0.67 2.01 -
YUV 19.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 17 17 39 0.56 0.56 0 0.85 240 0.39 0.11
Hex 11 11 27 38 38 0 55 F0 27 B
Octal 21 21 47 70 70 0 125 360 47 13
Binary 10001 10001 100111 111000 111000 0 1010101 11110000 100111 1011

Color Harmonies of #111127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111127

Black with #111127

Text Example


Text Example

White with #111127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111127; }

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

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

background-color css

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

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

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

border-color css

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

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

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