Html Css Color HEX #111529 Black Russian

📋 copy color: '#111529'

red 17 ◦ green 21 ◦ blue 41

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

Shades of Black Russian #111529

Tints of Black Russian #111529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 51.9%

R = 21.52%
G = 26.58%
B = 51.9%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#111529 (or 0x111529) is known color: Black Russian. HEX triplet: 11, 15 and 29. RGB value is (17,21,41). Sum of RGB (Red+Green+Blue) = 17+21+41=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #111529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111529 is #EEEAD6. Grayscale: #161616. Windows color (decimal): -15657687 or 2692369. OLE color: 2692369.

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

Color convert

RGB 17 21 41 -
CMYK 0.59 0.49 0 0.84
HSL 230º 0.41% 0.11% -
HSV(B) 230º 0.59% 0.16% -
XYZ 0.9 0.82 2.21 -
YUV 22.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 17 21 41 0.59 0.49 0 0.84 230 0.41 0.11
Hex 11 15 29 3B 31 0 54 E6 29 B
Octal 21 25 51 73 61 0 124 346 51 13
Binary 10001 10101 101001 111011 110001 0 1010100 11100110 101001 1011

Color Harmonies of #111529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111529

Black with #111529

Text Example


Text Example

White with #111529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111529; }

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

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

background-color css

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

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

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

border-color css

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

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

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