#1D052C

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

Shades of Blackcurrant #1D052C

Tints of Blackcurrant #1D052C

Color information

#1D052C (or 0x1D052C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 05 and 2C. RGB value is (29,5,44). Sum of RGB (Red+Green+Blue) = 29+5+44=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #1D052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D052C is #E2FAD3. Grayscale: #101010. Windows color (decimal): -14875348 or 2884893. OLE color: 2884893.

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

Color convert

RGB29544-
CMYK0.340.8900.83
HSL276.92º79.59%9.61%-
HSV(B)276.92º88.64%17.25%-
XYZ1.020.552.44-
YUV16.62143.45136.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=37.18%
G=6.41%
B=56.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal295440.340.8900.83276.9279.599.61
Hex1D52C225905311550a
Octal3555442131012342512012
Binary1110110110110010001010110010101001110001010110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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