Html Css Color HEX #1D1420 Blackcurrant

📋 copy color: '#1D1420'

red 29 ◦ green 20 ◦ blue 32

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

Shades of Blackcurrant #1D1420

Tints of Blackcurrant #1D1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

 BLUE value IS 32 (12.89% from 255) = 39.51%

R = 35.8%
G = 24.69%
B = 39.51%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1D1420 (or 0x1D1420) is known color: Blackcurrant. HEX triplet: 1D, 14 and 20. RGB value is (29,20,32). Sum of RGB (Red+Green+Blue) = 29+20+32=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1420 is #E2EBDF. Grayscale: #181818. Windows color (decimal): -14871520 or 2102301. OLE color: 2102301.

HSL color Cylindrical-coordinate representation of color #1D1420: hue angle of 285º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1420 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 20 32 -
CMYK 0.09 0.37 0 0.87
HSL 285º 0.23% 0.1% -
HSV(B) 285º 0.38% 0.13% -
XYZ 1.02 0.87 1.48 -
YUV 24.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 29 20 32 0.09 0.37 0 0.87 285 0.23 0.1
Hex 1D 14 20 9 25 0 57 11D 17 A
Octal 35 24 40 11 45 0 127 435 27 12
Binary 11101 10100 100000 1001 100101 0 1010111 100011101 10111 1010

Color Harmonies of #1D1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1420

Black with #1D1420

Text Example


Text Example

White with #1D1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,32); }

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

background-color css

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

 a { background-color: rgb(29,20,32); }

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

border-color css

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

 span { border-color: rgb(29,20,32); }

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