#100814

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

Shades of Blackcurrant #100814

Tints of Blackcurrant #100814

Color information

#100814 (or 0x100814) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 14. RGB value is (16,8,20). Sum of RGB (Red+Green+Blue) = 16+8+20=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #100814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100814 is #EFF7EB. Grayscale: #0B0B0B. Windows color (decimal): -15726572 or 1312784. OLE color: 1312784.

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

Color convert

RGB16820-
CMYK0.200.6000.92
HSL280º42.86%5.49%-
HSV(B)280º60%7.84%-
XYZ0.430.330.7-
YUV11.76132.65131.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal168200.200.6000.9228042.865.49
Hex10814143C05C1182b5
Octal20102424740134430535
Binary100001000101001010011110001011100100011000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100814; }

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

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

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

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

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

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

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

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