#1D0037

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

Shades of Blackcurrant #1D0037

Tints of Blackcurrant #1D0037

Color information

#1D0037 (or 0x1D0037) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 37. RGB value is (29,0,55). Sum of RGB (Red+Green+Blue) = 29+0+55=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #1D0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0037 is #E2FFC8. Grayscale: #0E0E0E. Windows color (decimal): -14876617 or 3604509. OLE color: 3604509.

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

Color convert

RGB29055-
CMYK0.47100.78
HSL271.64º100%10.78%-
HSV(B)271.64º100%21.57%-
XYZ1.20.543.66-
YUV14.94150.61138.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 65.48%
R=34.52%
G=0%
B=65.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal290550.47100.78271.6410010.78
Hex1D0372F6404E11064b
Octal3506757144011642014413
Binary11101011011110111111001000100111010001000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,55); }

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

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

 a { background-color: rgb(29,0,55); }

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

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

 span { border-color: rgb(29,0,55); }

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