Html Css Color HEX #1D1921 Blackcurrant

📋 copy color: '#1D1921'

red 29 ◦ green 25 ◦ blue 33

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

Shades of Blackcurrant #1D1921

Tints of Blackcurrant #1D1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 33 (13.28% from 255) = 37.93%

R = 33.33%
G = 28.74%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1D1921 (or 0x1D1921) is known color: Blackcurrant. HEX triplet: 1D, 19 and 21. RGB value is (29,25,33). Sum of RGB (Red+Green+Blue) = 29+25+33=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1921 is #E2E6DE. Grayscale: #1B1B1B. Windows color (decimal): -14870239 or 2169117. OLE color: 2169117.

HSL color Cylindrical-coordinate representation of color #1D1921: hue angle of 270º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D1921 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 25 33 -
CMYK 0.12 0.24 0 0.87
HSL 270º 0.14% 0.11% -
HSV(B) 270º 0.24% 0.13% -
XYZ 1.13 1.07 1.59 -
YUV 27.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 29 25 33 0.12 0.24 0 0.87 270 0.14 0.11
Hex 1D 19 21 C 18 0 57 10E E B
Octal 35 31 41 14 30 0 127 416 16 13
Binary 11101 11001 100001 1100 11000 0 1010111 100001110 1110 1011

Color Harmonies of #1D1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1921

Black with #1D1921

Text Example


Text Example

White with #1D1921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,25,33); }

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

background-color css

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

 a { background-color: rgb(29,25,33); }

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

border-color css

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

 span { border-color: rgb(29,25,33); }

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