#100124

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

Shades of Blackcurrant #100124

Tints of Blackcurrant #100124

Color information

#100124 (or 0x100124) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 24. RGB value is (16,1,36). Sum of RGB (Red+Green+Blue) = 16+1+36=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #100124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100124 is #EFFEDB. Grayscale: #090909. Windows color (decimal): -15728348 or 2359568. OLE color: 2359568.

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

Color convert

RGB16136-
CMYK0.560.9700.86
HSL265.71º94.59%7.25%-
HSV(B)265.71º97.22%14.12%-
XYZ0.540.261.69-
YUV9.48142.97132.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 36 (14.45% from 255) = 67.92%
R=30.19%
G=1.89%
B=67.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal161360.560.9700.86265.7194.597.25
Hex10124386105610a5f7
Octal201447014101264121377
Binary1000011001001110001100001010101101000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100124; }

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

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

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

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

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

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

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

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