#100524

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

Shades of Blackcurrant #100524

Tints of Blackcurrant #100524

Color information

#100524 (or 0x100524) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 24. RGB value is (16,5,36). Sum of RGB (Red+Green+Blue) = 16+5+36=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #100524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100524 is #EFFADB. Grayscale: #0B0B0B. Windows color (decimal): -15727324 or 2360592. OLE color: 2360592.

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

Color convert

RGB16536-
CMYK0.560.8600.86
HSL261.29º75.61%8.04%-
HSV(B)261.29º86.11%14.12%-
XYZ0.590.351.7-
YUV11.82141.64130.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=28.07%
G=8.77%
B=63.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal165360.560.8600.86261.2975.618.04
Hex1052438560561054c8
Octal2054470126012640511410
Binary1000010110010011100010101100101011010000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100524; }

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

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

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

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

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

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

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

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