#100318

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

Shades of Blackcurrant #100318

Tints of Blackcurrant #100318

Color information

#100318 (or 0x100318) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 18. RGB value is (16,3,24). Sum of RGB (Red+Green+Blue) = 16+3+24=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #100318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100318 is #EFFCE7. Grayscale: #090909. Windows color (decimal): -15727848 or 1573648. OLE color: 1573648.

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

Color convert

RGB16324-
CMYK0.330.8800.91
HSL277.14º77.78%5.29%-
HSV(B)277.14º87.5%9.41%-
XYZ0.410.240.89-
YUV9.28136.31132.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=37.21%
G=6.98%
B=55.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal163240.330.8800.91277.1477.785.29
Hex10318215805B1154e5
Octal203304113001334251165
Binary1000011110001000011011000010110111000101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100318; }

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

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

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

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

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

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

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

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