#10081D

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

Shades of Blackcurrant #10081D

Tints of Blackcurrant #10081D

Color information

#10081D (or 0x10081D) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 1D. RGB value is (16,8,29). Sum of RGB (Red+Green+Blue) = 16+8+29=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #10081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10081D is #EFF7E2. Grayscale: #0C0C0C. Windows color (decimal): -15726563 or 1902608. OLE color: 1902608.

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

Color convert

RGB16829-
CMYK0.450.7200.89
HSL262.86º56.76%7.25%-
HSV(B)262.86º72.41%11.37%-
XYZ0.520.371.21-
YUV12.79137.15130.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=30.19%
G=15.09%
B=54.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal168290.450.7200.89262.8656.767.25
Hex1081D2D48059107397
Octal201035551100131407717
Binary10000100011101101101100100001011001100000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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