#1D1125

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

Shades of Blackcurrant #1D1125

Tints of Blackcurrant #1D1125

Color information

#1D1125 (or 0x1D1125) is unknown color: approx Blackcurrant. HEX triplet: 1D, 11 and 25. RGB value is (29,17,37). Sum of RGB (Red+Green+Blue) = 29+17+37=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1125 is #E2EEDA. Grayscale: #161616. Windows color (decimal): -14872283 or 2429213. OLE color: 2429213.

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

Color convert

RGB291737-
CMYK0.220.5400.85
HSL276º37.04%10.59%-
HSV(B)276º54.05%14.51%-
XYZ1.040.81.85-
YUV22.87135.98132.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=34.94%
G=20.48%
B=44.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2917370.220.5400.8527637.0410.59
Hex1D1125163605511425b
Octal352145266601254244513
Binary111011000110010110110110110010101011000101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,17,37); }

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

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

 a { background-color: rgb(29,17,37); }

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

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

 span { border-color: rgb(29,17,37); }

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