#100527

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

Shades of Blackcurrant #100527

Tints of Blackcurrant #100527

Color information

#100527 (or 0x100527) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 27. RGB value is (16,5,39). Sum of RGB (Red+Green+Blue) = 16+5+39=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #100527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100527 is #EFFAD8. Grayscale: #0C0C0C. Windows color (decimal): -15727321 or 2557200. OLE color: 2557200.

HSL color Cylindrical-coordinate representation of color #100527: hue angle of 259.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100527 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB16539-
CMYK0.590.8700.85
HSL259.41º77.27%8.63%-
HSV(B)259.41º87.18%15.29%-
XYZ0.630.371.96-
YUV12.16143.14130.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 39 (15.62% from 255) = 65%
R=26.67%
G=8.33%
B=65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal165390.590.8700.85259.4177.278.63
Hex105273B570551034d9
Octal2054773127012540311511
Binary1000010110011111101110101110101010110000001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100527; }

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

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

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

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

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

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

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

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