#100614

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

Shades of Blackcurrant #100614

Tints of Blackcurrant #100614

Color information

#100614 (or 0x100614) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 14. RGB value is (16,6,20). Sum of RGB (Red+Green+Blue) = 16+6+20=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #100614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100614 is #EFF9EB. Grayscale: #0A0A0A. Windows color (decimal): -15727084 or 1312272. OLE color: 1312272.

HSL color Cylindrical-coordinate representation of color #100614: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #100614 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB16620-
CMYK0.200.7000.92
HSL282.86º53.85%5.1%-
HSV(B)282.86º70%7.84%-
XYZ0.410.290.7-
YUV10.59133.31131.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 20 (8.20% from 255) = 47.62%
R=38.10%
G=14.29%
B=47.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal166200.200.7000.92282.8653.855.1
Hex10614144605C11b365
Octal20624241060134433665
Binary100001101010010100100011001011100100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100614; }

 p { color: rgb(16,6,20); }

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

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

 a { background-color: rgb(16,6,20); }

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

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

 span { border-color: rgb(16,6,20); }

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