#1D043C

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

Shades of Blackcurrant #1D043C

Tints of Blackcurrant #1D043C

Color information

#1D043C (or 0x1D043C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 04 and 3C. RGB value is (29,4,60). Sum of RGB (Red+Green+Blue) = 29+4+60=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D043C is #E2FBC3. Grayscale: #111111. Windows color (decimal): -14875588 or 3933213. OLE color: 3933213.

HSL color Cylindrical-coordinate representation of color #1D043C: hue angle of 266.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D043C is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB29460-
CMYK0.520.9300.76
HSL266.79º87.5%12.55%-
HSV(B)266.79º93.33%23.53%-
XYZ1.370.674.33-
YUV17.86151.78135.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.18%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=31.18%
G=4.30%
B=64.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal294600.520.9300.76266.7987.512.55
Hex1D43C345D04C10b58d
Octal3547464135011441313015
Binary1110110011110011010010111010100110010000101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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