#1D032C

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

Shades of Blackcurrant #1D032C

Tints of Blackcurrant #1D032C

Color information

#1D032C (or 0x1D032C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 03 and 2C. RGB value is (29,3,44). Sum of RGB (Red+Green+Blue) = 29+3+44=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D032C is #E2FCD3. Grayscale: #0F0F0F. Windows color (decimal): -14875860 or 2884381. OLE color: 2884381.

HSL color Cylindrical-coordinate representation of color #1D032C: hue angle of 278.05º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D032C is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB29344-
CMYK0.340.9300.83
HSL278.05º87.23%9.22%-
HSV(B)278.05º93.18%17.25%-
XYZ0.990.512.43-
YUV15.45144.11137.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=38.16%
G=3.95%
B=57.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal293440.340.9300.83278.0587.239.22
Hex1D32C225D053116579
Octal3535442135012342612711
Binary111011110110010001010111010101001110001011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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