#10041D

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

Shades of Blackcurrant #10041D

Tints of Blackcurrant #10041D

Color information

#10041D (or 0x10041D) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 1D. RGB value is (16,4,29). Sum of RGB (Red+Green+Blue) = 16+4+29=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #10041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041D is #EFFBE2. Grayscale: #0A0A0A. Windows color (decimal): -15727587 or 1901584. OLE color: 1901584.

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

Color convert

RGB16429-
CMYK0.450.8600.89
HSL268.8º75.76%6.47%-
HSV(B)268.8º86.21%11.37%-
XYZ0.480.291.19-
YUV10.44138.48131.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=32.65%
G=8.16%
B=59.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal164290.450.8600.89268.875.766.47
Hex1041D2D5605910d4c6
Octal204355512601314151146
Binary10000100111011011011010110010110011000011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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