#100114

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

Shades of Blackcurrant #100114

Tints of Blackcurrant #100114

Color information

#100114 (or 0x100114) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 14. RGB value is (16,1,20). Sum of RGB (Red+Green+Blue) = 16+1+20=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #100114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100114 is #EFFEEB. Grayscale: #070707. Windows color (decimal): -15728364 or 1310992. OLE color: 1310992.

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

Color convert

RGB16120-
CMYK0.200.9500.92
HSL287.37º90.48%4.12%-
HSV(B)287.37º95%7.84%-
XYZ0.350.180.68-
YUV7.65134.97133.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=43.24%
G=2.70%
B=54.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal161200.200.9500.92287.3790.484.12
Hex10114145F05C11f5a4
Octal201242413701344371324
Binary10000110100101001011111010111001000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100114; }

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

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

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

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

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

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

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

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