#100528

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

Shades of Blackcurrant #100528

Tints of Blackcurrant #100528

Color information

#100528 (or 0x100528) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 28. RGB value is (16,5,40). Sum of RGB (Red+Green+Blue) = 16+5+40=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #100528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100528 is #EFFAD7. Grayscale: #0C0C0C. Windows color (decimal): -15727320 or 2622736. OLE color: 2622736.

HSL color Cylindrical-coordinate representation of color #100528: hue angle of 258.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100528 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB16540-
CMYK0.600.8800.84
HSL258.86º77.78%8.82%-
HSV(B)258.86º87.5%15.69%-
XYZ0.650.372.04-
YUV12.28143.64130.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.23%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 40 (16.02% from 255) = 65.57%
R=26.23%
G=8.20%
B=65.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal165400.600.8800.84258.8677.788.82
Hex105283C580541034e9
Octal2055074130012440311611
Binary1000010110100011110010110000101010010000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100528; }

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

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

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

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

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

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

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

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