#100915

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

Shades of Blackcurrant #100915

Tints of Blackcurrant #100915

Color information

#100915 (or 0x100915) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 15. RGB value is (16,9,21). Sum of RGB (Red+Green+Blue) = 16+9+21=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #100915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100915 is #EFF6EA. Grayscale: #0C0C0C. Windows color (decimal): -15726315 or 1378576. OLE color: 1378576.

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

Color convert

RGB16921-
CMYK0.240.5700.92
HSL275º40%5.88%-
HSV(B)275º57.14%8.24%-
XYZ0.450.360.76-
YUV12.46132.82130.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=34.78%
G=19.57%
B=45.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal169210.240.5700.92275405.88
Hex10915183905C113286
Octal20112530710134423506
Binary100001001101011100011100101011100100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100915; }

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

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

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

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

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

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

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

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