#100424

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

Shades of Blackcurrant #100424

Tints of Blackcurrant #100424

Color information

#100424 (or 0x100424) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 24. RGB value is (16,4,36). Sum of RGB (Red+Green+Blue) = 16+4+36=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #100424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100424 is #EFFBDB. Grayscale: #0B0B0B. Windows color (decimal): -15727580 or 2360336. OLE color: 2360336.

HSL color Cylindrical-coordinate representation of color #100424: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100424 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB16436-
CMYK0.560.8900.86
HSL262.5º80%7.84%-
HSV(B)262.5º88.89%14.12%-
XYZ0.580.321.7-
YUV11.24141.98131.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=28.57%
G=7.14%
B=64.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal164360.560.8900.86262.5807.84
Hex104243859056106508
Octal2044470131012640612010
Binary1000010010010011100010110010101011010000011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100424; }

 p { color: rgb(16,4,36); }

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

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

 a { background-color: rgb(16,4,36); }

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

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

 span { border-color: rgb(16,4,36); }

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