#1D0538

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

Shades of Blackcurrant #1D0538

Tints of Blackcurrant #1D0538

Color information

#1D0538 (or 0x1D0538) is unknown color: approx Blackcurrant. HEX triplet: 1D, 05 and 38. RGB value is (29,5,56). Sum of RGB (Red+Green+Blue) = 29+5+56=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0538 is #E2FAC7. Grayscale: #111111. Windows color (decimal): -14875336 or 3671325. OLE color: 3671325.

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

Color convert

RGB29556-
CMYK0.480.9100.78
HSL268.24º83.61%11.96%-
HSV(B)268.24º91.07%21.96%-
XYZ1.270.663.8-
YUV17.99149.45135.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.22%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=32.22%
G=5.56%
B=62.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal295560.480.9100.78268.2483.6111.96
Hex1D538305B04E10c54c
Octal3557060133011641412414
Binary1110110111100011000010110110100111010000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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