#100120

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

Shades of Blackcurrant #100120

Tints of Blackcurrant #100120

Color information

#100120 (or 0x100120) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 20. RGB value is (16,1,32). Sum of RGB (Red+Green+Blue) = 16+1+32=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #100120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100120 is #EFFEDF. Grayscale: #080808. Windows color (decimal): -15728352 or 2097424. OLE color: 2097424.

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

Color convert

RGB16132-
CMYK0.50.9700.87
HSL269.03º93.94%6.47%-
HSV(B)269.03º96.88%12.55%-
XYZ0.490.241.39-
YUV9.02140.97132.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 32 (12.89% from 255) = 65.31%
R=32.65%
G=2.04%
B=65.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal161320.50.9700.87269.0393.946.47
Hex10120326105710d5e6
Octal201406214101274151366
Binary1000011000001100101100001010101111000011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100120; }

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

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

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

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

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

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

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

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