#100715

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

Shades of Blackcurrant #100715

Tints of Blackcurrant #100715

Color information

#100715 (or 0x100715) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 15. RGB value is (16,7,21). Sum of RGB (Red+Green+Blue) = 16+7+21=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #100715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100715 is #EFF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15726827 or 1378064. OLE color: 1378064.

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

Color convert

RGB16721-
CMYK0.240.6700.92
HSL278.57º50%5.49%-
HSV(B)278.57º66.67%8.24%-
XYZ0.430.320.75-
YUV11.29133.48131.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=36.36%
G=15.91%
B=47.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal167210.240.6700.92278.57505.49
Hex10715184305C117325
Octal20725301030134427625
Binary100001111010111000100001101011100100010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100715; }

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

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

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

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

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

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

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

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