#1D043D

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

Shades of Blackcurrant #1D043D

Tints of Blackcurrant #1D043D

Color information

#1D043D (or 0x1D043D) is unknown color: approx Blackcurrant. HEX triplet: 1D, 04 and 3D. RGB value is (29,4,61). Sum of RGB (Red+Green+Blue) = 29+4+61=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D043D is #E2FBC2. Grayscale: #111111. Windows color (decimal): -14875587 or 3998749. OLE color: 3998749.

HSL color Cylindrical-coordinate representation of color #1D043D: hue angle of 266.32º 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 #1D043D is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB29461-
CMYK0.520.9300.76
HSL266.32º87.69%12.75%-
HSV(B)266.32º93.44%23.92%-
XYZ1.390.684.47-
YUV17.97152.28135.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 61 (24.22% from 255) = 64.89%
R=30.85%
G=4.26%
B=64.89%

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
Decimal294610.520.9300.76266.3287.6912.75
Hex1D43D345D04C10a58d
Octal3547564135011441213015
Binary1110110011110111010010111010100110010000101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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