#100525

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

Shades of Blackcurrant #100525

Tints of Blackcurrant #100525

Color information

#100525 (or 0x100525) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 25. RGB value is (16,5,37). Sum of RGB (Red+Green+Blue) = 16+5+37=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #100525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100525 is #EFFADA. Grayscale: #0B0B0B. Windows color (decimal): -15727323 or 2426128. OLE color: 2426128.

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

Color convert

RGB16537-
CMYK0.570.8600.85
HSL260.62º76.19%8.24%-
HSV(B)260.62º86.49%14.51%-
XYZ0.60.351.79-
YUV11.94142.14130.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=27.59%
G=8.62%
B=63.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal165370.570.8600.85260.6276.198.24
Hex1052539560551054c8
Octal2054571126012540511410
Binary1000010110010111100110101100101010110000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100525; }

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

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

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

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

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

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

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

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