#100514

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

Shades of Blackcurrant #100514

Tints of Blackcurrant #100514

Color information

#100514 (or 0x100514) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 14. RGB value is (16,5,20). Sum of RGB (Red+Green+Blue) = 16+5+20=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #100514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100514 is #EFFAEB. Grayscale: #090909. Windows color (decimal): -15727340 or 1312016. OLE color: 1312016.

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

Color convert

RGB16520-
CMYK0.200.7500.92
HSL284º60%4.9%-
HSV(B)284º75%7.84%-
XYZ0.390.270.69-
YUV10133.64132.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=39.02%
G=12.20%
B=48.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal165200.200.7500.92284604.9
Hex10514144B05C11c3c5
Octal20524241130134434745
Binary100001011010010100100101101011100100011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100514; }

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

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

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

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

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

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

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

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