#101225

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

Shades of Black Russian #101225

Tints of Black Russian #101225

Color information

#101225 (or 0x101225) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 25. RGB value is (16,18,37). Sum of RGB (Red+Green+Blue) = 16+18+37=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 18 (7.42% from 255 or 25.35% 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 #101225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101225 is #EFEDDA. Grayscale: #131313. Windows color (decimal): -15723995 or 2429456. OLE color: 2429456.

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

Color convert

RGB161837-
CMYK0.570.5100.85
HSL234.29º39.62%10.39%-
HSV(B)234.29º56.76%14.51%-
XYZ0.760.681.84-
YUV19.57137.84125.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=22.54%
G=25.35%
B=52.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1618370.570.5100.85234.2939.6210.39
Hex1012253933055ea28a
Octal202245716301253525012
Binary100001001010010111100111001101010101111010101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101225; }

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

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

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

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

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

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

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

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