#10031D

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

Shades of Blackcurrant #10031D

Tints of Blackcurrant #10031D

Color information

#10031D (or 0x10031D) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 1D. RGB value is (16,3,29). Sum of RGB (Red+Green+Blue) = 16+3+29=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #10031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031D is #EFFCE2. Grayscale: #090909. Windows color (decimal): -15727843 or 1901328. OLE color: 1901328.

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

Color convert

RGB16329-
CMYK0.450.9000.89
HSL270º81.25%6.27%-
HSV(B)270º89.66%11.37%-
XYZ0.470.261.19-
YUV9.85138.81132.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=33.33%
G=6.25%
B=60.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal163290.450.9000.8927081.256.27
Hex1031D2D5A05910e516
Octal203355513201314161216
Binary1000011111011011011011010010110011000011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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