Html Css Color HEX #111525 Black Russian

📋 copy color: '#111525'

red 17 ◦ green 21 ◦ blue 37

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

Shades of Black Russian #111525

Tints of Black Russian #111525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 49.33%

R = 22.67%
G = 28%
B = 49.33%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111525 (or 0x111525) is known color: Black Russian. HEX triplet: 11, 15 and 25. RGB value is (17,21,37). Sum of RGB (Red+Green+Blue) = 17+21+37=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #111525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111525 is #EEEADA. Grayscale: #151515. Windows color (decimal): -15657691 or 2430225. OLE color: 2430225.

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

Color convert

RGB 17 21 37 -
CMYK 0.54 0.43 0 0.85
HSL 228º 0.37% 0.11% -
HSV(B) 228º 0.54% 0.15% -
XYZ 0.83 0.79 1.86 -
YUV 21.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 17 21 37 0.54 0.43 0 0.85 228 0.37 0.11
Hex 11 15 25 36 2B 0 55 E4 25 B
Octal 21 25 45 66 53 0 125 344 45 13
Binary 10001 10101 100101 110110 101011 0 1010101 11100100 100101 1011

Color Harmonies of #111525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111525

Black with #111525

Text Example


Text Example

White with #111525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111525; }

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

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

background-color css

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

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

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

border-color css

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

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

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