Html Css Color HEX #111125 Black Russian

📋 copy color: '#111125'

red 17 ◦ green 17 ◦ blue 37

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

Shades of Black Russian #111125

Tints of Black Russian #111125

RGB

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

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

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

R = 23.94%
G = 23.94%
B = 52.11%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111125 (or 0x111125) is known color: Black Russian. HEX triplet: 11, 11 and 25. RGB value is (17,17,37). Sum of RGB (Red+Green+Blue) = 17+17+37=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #111125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111125 is #EEEEDA. Grayscale: #131313. Windows color (decimal): -15658715 or 2429201. OLE color: 2429201.

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

Color convert

RGB 17 17 37 -
CMYK 0.54 0.54 0 0.85
HSL 240º 0.37% 0.11% -
HSV(B) 240º 0.54% 0.15% -
XYZ 0.77 0.65 1.84 -
YUV 19.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 17 17 37 0.54 0.54 0 0.85 240 0.37 0.11
Hex 11 11 25 36 36 0 55 F0 25 B
Octal 21 21 45 66 66 0 125 360 45 13
Binary 10001 10001 100101 110110 110110 0 1010101 11110000 100101 1011

Color Harmonies of #111125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111125

Black with #111125

Text Example


Text Example

White with #111125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111125; }

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

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

background-color css

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

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

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

border-color css

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

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

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