#100714

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

Shades of Blackcurrant #100714

Tints of Blackcurrant #100714

Color information

#100714 (or 0x100714) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 14. RGB value is (16,7,20). Sum of RGB (Red+Green+Blue) = 16+7+20=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #100714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100714 is #EFF8EB. Grayscale: #0B0B0B. Windows color (decimal): -15726828 or 1312528. OLE color: 1312528.

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

Color convert

RGB16720-
CMYK0.200.6500.92
HSL281.54º48.15%5.29%-
HSV(B)281.54º65%7.84%-
XYZ0.420.310.7-
YUV11.17132.98131.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=37.21%
G=16.28%
B=46.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal167200.200.6500.92281.5448.155.29
Hex10714144105C11a305
Octal20724241010134432605
Binary100001111010010100100000101011100100011010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100714; }

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

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

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

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

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

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

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

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