#100818

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

Shades of Blackcurrant #100818

Tints of Blackcurrant #100818

Color information

#100818 (or 0x100818) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 18. RGB value is (16,8,24). Sum of RGB (Red+Green+Blue) = 16+8+24=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #100818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100818 is #EFF7E7. Grayscale: #0C0C0C. Windows color (decimal): -15726568 or 1574928. OLE color: 1574928.

HSL color Cylindrical-coordinate representation of color #100818: hue angle of 270º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #100818 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16824-
CMYK0.330.6700.91
HSL270º50%6.27%-
HSV(B)270º66.67%9.41%-
XYZ0.470.350.91-
YUV12.22134.65130.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal168240.330.6700.91270506.27
Hex10818214305B10e326
Octal201030411030133416626
Binary10000100011000100001100001101011011100001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100818; }

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

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

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

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

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

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

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

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