#1D1725

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

Shades of Blackcurrant #1D1725

Tints of Blackcurrant #1D1725

Color information

#1D1725 (or 0x1D1725) is unknown color: approx Blackcurrant. HEX triplet: 1D, 17 and 25. RGB value is (29,23,37). Sum of RGB (Red+Green+Blue) = 29+23+37=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1725 is #E2E8DA. Grayscale: #1A1A1A. Windows color (decimal): -14870747 or 2430749. OLE color: 2430749.

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

Color convert

RGB292337-
CMYK0.220.3800.85
HSL265.71º23.33%11.76%-
HSV(B)265.71º37.84%14.51%-
XYZ1.151.011.88-
YUV26.39133.99129.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.58%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=32.58%
G=25.84%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2923370.220.3800.85265.7123.3311.76
Hex1D1725162605510a17c
Octal352745264601254122714
Binary11101101111001011011010011001010101100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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