#1D053A

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

Shades of Blackcurrant #1D053A

Tints of Blackcurrant #1D053A

Color information

#1D053A (or 0x1D053A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 05 and 3A. RGB value is (29,5,58). Sum of RGB (Red+Green+Blue) = 29+5+58=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D053A is #E2FAC5. Grayscale: #121212. Windows color (decimal): -14875334 or 3802397. OLE color: 3802397.

HSL color Cylindrical-coordinate representation of color #1D053A: hue angle of 267.17º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D053A is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB29558-
CMYK0.50.9100.77
HSL267.17º84.13%12.35%-
HSV(B)267.17º91.38%22.75%-
XYZ1.320.684.06-
YUV18.22150.45135.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 58 (23.05% from 255) = 63.04%
R=31.52%
G=5.43%
B=63.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal295580.50.9100.77267.1784.1312.35
Hex1D53A325B04D10b54c
Octal3557262133011541312414
Binary1110110111101011001010110110100110110000101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,5,58); }

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

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

 a { background-color: rgb(29,5,58); }

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

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

 span { border-color: rgb(29,5,58); }

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