#10011D

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

Shades of Blackcurrant #10011D

Tints of Blackcurrant #10011D

Color information

#10011D (or 0x10011D) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 1D. RGB value is (16,1,29). Sum of RGB (Red+Green+Blue) = 16+1+29=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #10011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011D is #EFFEE2. Grayscale: #080808. Windows color (decimal): -15728355 or 1900816. OLE color: 1900816.

HSL color Cylindrical-coordinate representation of color #10011D: hue angle of 272.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10011D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16129-
CMYK0.450.9700.89
HSL272.14º93.33%5.88%-
HSV(B)272.14º96.55%11.37%-
XYZ0.450.221.18-
YUV8.68139.47133.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 29 (11.72% from 255) = 63.04%
R=34.78%
G=2.17%
B=63.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal161290.450.9700.89272.1493.335.88
Hex1011D2D610591105d6
Octal201355514101314201356
Binary100001111011011011100001010110011000100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10011D; }

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

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

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

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

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

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

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

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