Html Css Color HEX #1D1325 Blackcurrant

📋 copy color: '#1D1325'

red 29 ◦ green 19 ◦ blue 37

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

Shades of Blackcurrant #1D1325

Tints of Blackcurrant #1D1325

RGB

 RED value IS 29 (11.72% from 255) = 34.12%

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 37 (14.84% from 255) = 43.53%

R = 34.12%
G = 22.35%
B = 43.53%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D1325 (or 0x1D1325) is known color: Blackcurrant. HEX triplet: 1D, 13 and 25. RGB value is (29,19,37). Sum of RGB (Red+Green+Blue) = 29+19+37=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1325 is #E2ECDA. Grayscale: #171717. Windows color (decimal): -14871771 or 2429725. OLE color: 2429725.

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

Color convert

RGB 29 19 37 -
CMYK 0.22 0.49 0 0.85
HSL 273.33º 0.32% 0.11% -
HSV(B) 273.33º 0.49% 0.15% -
XYZ 1.07 0.86 1.86 -
YUV 24.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 29 19 37 0.22 0.49 0 0.85 273.33 0.32 0.11
Hex 1D 13 25 16 31 0 55 111 20 B
Octal 35 23 45 26 61 0 125 421 40 13
Binary 11101 10011 100101 10110 110001 0 1010101 100010001 100000 1011

Color Harmonies of #1D1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1325

Black with #1D1325

Text Example


Text Example

White with #1D1325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1325;
 }
 .AnyTagClassName
 {
   color: #1D1325;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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