#100A18

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

Shades of Blackcurrant #100A18

Tints of Blackcurrant #100A18

Color information

#100A18 (or 0x100A18) is unknown color: approx Blackcurrant. HEX triplet: 10, 0A and 18. RGB value is (16,10,24). Sum of RGB (Red+Green+Blue) = 16+10+24=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #100A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A18 is #EFF5E7. Grayscale: #0D0D0D. Windows color (decimal): -15726056 or 1575440. OLE color: 1575440.

HSL color Cylindrical-coordinate representation of color #100A18: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #100A18 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB161024-
CMYK0.330.5800.91
HSL265.71º41.18%6.67%-
HSV(B)265.71º58.33%9.41%-
XYZ0.490.390.91-
YUV13.39133.99129.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 10 (4.30% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 48%
R=32%
G=20%
B=48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1610240.330.5800.91265.7141.186.67
Hex10A18213A05B10a297
Octal20123041720133412517
Binary1000010101100010000111101001011011100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A18; }

 p { color: rgb(16,10,24); }

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

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

 a { background-color: rgb(16,10,24); }

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

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

 span { border-color: rgb(16,10,24); }

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