#100820

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

Shades of Blackcurrant #100820

Tints of Blackcurrant #100820

Color information

#100820 (or 0x100820) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 20. RGB value is (16,8,32). Sum of RGB (Red+Green+Blue) = 16+8+32=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #100820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100820 is #EFF7DF. Grayscale: #0D0D0D. Windows color (decimal): -15726560 or 2099216. OLE color: 2099216.

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

Color convert

RGB16832-
CMYK0.50.7500.87
HSL260º60%7.84%-
HSV(B)260º75%12.55%-
XYZ0.560.391.41-
YUV13.13138.65130.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 32 (12.89% from 255) = 57.14%
R=28.57%
G=14.29%
B=57.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal168320.50.7500.87260607.84
Hex10820324B0571043c8
Octal2010406211301274047410
Binary1000010001000001100101001011010101111000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100820; }

 p { color: rgb(16,8,32); }

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

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

 a { background-color: rgb(16,8,32); }

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

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

 span { border-color: rgb(16,8,32); }

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