#101125

Color #101125 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #101125

Tints of Black Russian #101125

Color information

#101125 (or 0x101125) is unknown color: approx Black Russian. HEX triplet: 10, 11 and 25. RGB value is (16,17,37). Sum of RGB (Red+Green+Blue) = 16+17+37=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #101125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101125 is #EFEEDA. Grayscale: #121212. Windows color (decimal): -15724251 or 2429200. OLE color: 2429200.

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

Color convert

RGB161737-
CMYK0.570.5400.85
HSL237.14º39.62%10.39%-
HSV(B)237.14º56.76%14.51%-
XYZ0.750.641.84-
YUV18.98138.17125.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=22.86%
G=24.29%
B=52.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1617370.570.5400.85237.1439.6210.39
Hex1011253936055ed28a
Octal202145716601253555012
Binary100001000110010111100111011001010101111011011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101125; }

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

 H1.HeaderClassName
 {
   color: #101125;
 }
 .AnyTagClassName
 {
   color: #101125;
 }
</style>
background-color css

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

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

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

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

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

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