#100615

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

Shades of Blackcurrant #100615

Tints of Blackcurrant #100615

Color information

#100615 (or 0x100615) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 15. RGB value is (16,6,21). Sum of RGB (Red+Green+Blue) = 16+6+21=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #100615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100615 is #EFF9EA. Grayscale: #0A0A0A. Windows color (decimal): -15727083 or 1377808. OLE color: 1377808.

HSL color Cylindrical-coordinate representation of color #100615: hue angle of 280º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #100615 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB16621-
CMYK0.240.7100.92
HSL280º55.56%5.29%-
HSV(B)280º71.43%8.24%-
XYZ0.410.290.74-
YUV10.7133.81131.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=37.21%
G=13.95%
B=48.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal166210.240.7100.9228055.565.29
Hex10615184705C118385
Octal20625301070134430705
Binary100001101010111000100011101011100100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100615; }

 p { color: rgb(16,6,21); }

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

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

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

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

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

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

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