#101025

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

Shades of Black Russian #101025

Tints of Black Russian #101025

Color information

#101025 (or 0x101025) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 25. RGB value is (16,16,37). Sum of RGB (Red+Green+Blue) = 16+16+37=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #101025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101025 is #EFEFDA. Grayscale: #121212. Windows color (decimal): -15724507 or 2428944. OLE color: 2428944.

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

Color convert

RGB161637-
CMYK0.570.5700.85
HSL240º39.62%10.39%-
HSV(B)240º56.76%14.51%-
XYZ0.730.611.83-
YUV18.39138.5126.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.19%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=23.19%
G=23.19%
B=53.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1616370.570.5700.8524039.6210.39
Hex1010253939055f028a
Octal202045717101253605012
Binary100001000010010111100111100101010101111100001010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101025; }

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

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

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

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

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

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

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

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