#1D032D

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

Shades of Blackcurrant #1D032D

Tints of Blackcurrant #1D032D

Color information

#1D032D (or 0x1D032D) is unknown color: approx Blackcurrant. HEX triplet: 1D, 03 and 2D. RGB value is (29,3,45). Sum of RGB (Red+Green+Blue) = 29+3+45=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D032D is #E2FCD2. Grayscale: #0F0F0F. Windows color (decimal): -14875859 or 2949917. OLE color: 2949917.

HSL color Cylindrical-coordinate representation of color #1D032D: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D032D is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB29345-
CMYK0.360.9300.82
HSL277.14º87.5%9.41%-
HSV(B)277.14º93.33%17.65%-
XYZ1.010.522.53-
YUV15.56144.61137.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=37.66%
G=3.90%
B=58.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal293450.360.9300.82277.1487.59.41
Hex1D32D245D052115589
Octal3535544135012242513011
Binary111011110110110010010111010101001010001010110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D032D; }

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

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

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

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

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

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

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

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