Html Css Color HEX #1D1725 Blackcurrant

📋 copy color: '#1D1725'

red 29 ◦ green 23 ◦ blue 37

#1D1725
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1D1725

Tints of Blackcurrant #1D1725

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 value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1725 (or 0x1D1725) is known color: 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

RGB 29 23 37 -
CMYK 0.22 0.38 0 0.85
HSL 265.71º 0.23% 0.12% -
HSV(B) 265.71º 0.38% 0.15% -
XYZ 1.15 1.01 1.88 -
YUV 26.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 29 23 37 0.22 0.38 0 0.85 265.71 0.23 0.12
Hex 1D 17 25 16 26 0 55 10A 17 C
Octal 35 27 45 26 46 0 125 412 27 14
Binary 11101 10111 100101 10110 100110 0 1010101 100001010 10111 1100

Color Harmonies of #1D1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1725

Black with #1D1725

Text Example


Text Example

White with #1D1725

Text Example


Text Example

HTML Codes & Css Web 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>