#100317

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

Shades of Blackcurrant #100317

Tints of Blackcurrant #100317

Color information

#100317 (or 0x100317) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 17. RGB value is (16,3,23). Sum of RGB (Red+Green+Blue) = 16+3+23=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #100317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100317 is #EFFCE8. Grayscale: #090909. Windows color (decimal): -15727849 or 1508112. OLE color: 1508112.

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

Color convert

RGB16323-
CMYK0.300.8700.91
HSL279º76.92%5.1%-
HSV(B)279º86.96%9.02%-
XYZ0.40.240.84-
YUV9.17135.81132.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=38.10%
G=7.14%
B=54.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal163230.300.8700.9127976.925.1
Hex103171E5705B1174d5
Octal203273612701334271155
Binary100001110111111101010111010110111000101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100317; }

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

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

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

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

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

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

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

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