#100817

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

Shades of Blackcurrant #100817

Tints of Blackcurrant #100817

Color information

#100817 (or 0x100817) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 17. RGB value is (16,8,23). Sum of RGB (Red+Green+Blue) = 16+8+23=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #100817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100817 is #EFF7E8. Grayscale: #0C0C0C. Windows color (decimal): -15726569 or 1509392. OLE color: 1509392.

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

Color convert

RGB16823-
CMYK0.300.6500.91
HSL272º48.39%6.08%-
HSV(B)272º65.22%9.02%-
XYZ0.460.350.85-
YUV12.1134.15130.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=34.04%
G=17.02%
B=48.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal168230.300.6500.9127248.396.08
Hex108171E4105B110306
Octal201027361010133420606
Binary1000010001011111110100000101011011100010000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100817; }

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

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

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

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

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

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

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

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