#100717

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

Shades of Blackcurrant #100717

Tints of Blackcurrant #100717

Color information

#100717 (or 0x100717) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 17. RGB value is (16,7,23). Sum of RGB (Red+Green+Blue) = 16+7+23=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #100717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100717 is #EFF8E8. Grayscale: #0B0B0B. Windows color (decimal): -15726825 or 1509136. OLE color: 1509136.

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

Color convert

RGB16723-
CMYK0.300.7000.91
HSL273.75º53.33%5.88%-
HSV(B)273.75º69.57%9.02%-
XYZ0.440.320.85-
YUV11.52134.48131.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 23 (9.38% from 255) = 50%
R=34.78%
G=15.22%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal167230.300.7000.91273.7553.335.88
Hex107171E4605B112356
Octal20727361060133422656
Binary100001111011111110100011001011011100010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100717; }

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

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

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

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

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

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

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

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