Html Css Color HEX #111528 Black Russian

📋 copy color: '#111528'

red 17 ◦ green 21 ◦ blue 40

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

Shades of Black Russian #111528

Tints of Black Russian #111528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 21.79%
G = 26.92%
B = 51.28%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111528 (or 0x111528) is known color: Black Russian. HEX triplet: 11, 15 and 28. RGB value is (17,21,40). Sum of RGB (Red+Green+Blue) = 17+21+40=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #111528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111528 is #EEEAD7. Grayscale: #151515. Windows color (decimal): -15657688 or 2626833. OLE color: 2626833.

HSL color Cylindrical-coordinate representation of color #111528: hue angle of 229.57º 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 #111528 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 21 40 -
CMYK 0.57 0.48 0 0.84
HSL 229.57º 0.4% 0.11% -
HSV(B) 229.57º 0.58% 0.16% -
XYZ 0.88 0.81 2.12 -
YUV 21.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 17 21 40 0.57 0.48 0 0.84 229.57 0.4 0.11
Hex 11 15 28 39 30 0 54 E6 28 B
Octal 21 25 50 71 60 0 124 346 50 13
Binary 10001 10101 101000 111001 110000 0 1010100 11100110 101000 1011

Color Harmonies of #111528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111528

Black with #111528

Text Example


Text Example

White with #111528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111528; }

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

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

background-color css

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

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

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

border-color css

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

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

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