#100621

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

Shades of Blackcurrant #100621

Tints of Blackcurrant #100621

Color information

#100621 (or 0x100621) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 21. RGB value is (16,6,33). Sum of RGB (Red+Green+Blue) = 16+6+33=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #100621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100621 is #EFF9DE. Grayscale: #0B0B0B. Windows color (decimal): -15727071 or 2164240. OLE color: 2164240.

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

Color convert

RGB16633-
CMYK0.520.8200.87
HSL262.22º69.23%7.65%-
HSV(B)262.22º81.82%12.94%-
XYZ0.550.351.48-
YUV12.07139.81130.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 33 (13.28% from 255) = 60%
R=29.09%
G=10.91%
B=60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal166330.520.8200.87262.2269.237.65
Hex106213452057106458
Octal2064164122012740610510
Binary1000011010000111010010100100101011110000011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100621; }

 p { color: rgb(16,6,33); }

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

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

 a { background-color: rgb(16,6,33); }

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

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

 span { border-color: rgb(16,6,33); }

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