Html Css Color HEX #1D0521 Blackcurrant

📋 copy color: '#1D0521'

red 29 ◦ green 5 ◦ blue 33

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

Shades of Blackcurrant #1D0521

Tints of Blackcurrant #1D0521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

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

R = 43.28%
G = 7.46%
B = 49.25%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1D0521 (or 0x1D0521) is known color: Blackcurrant. HEX triplet: 1D, 05 and 21. RGB value is (29,5,33). Sum of RGB (Red+Green+Blue) = 29+5+33=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0521 is #E2FADE. Grayscale: #0F0F0F. Windows color (decimal): -14875359 or 2163997. OLE color: 2163997.

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

Color convert

RGB 29 5 33 -
CMYK 0.12 0.85 0 0.87
HSL 291.43º 0.74% 0.07% -
HSV(B) 291.43º 0.85% 0.13% -
XYZ 0.84 0.48 1.49 -
YUV 15.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 29 5 33 0.12 0.85 0 0.87 291.43 0.74 0.07
Hex 1D 5 21 C 55 0 57 123 4A 7
Octal 35 5 41 14 125 0 127 443 112 7
Binary 11101 101 100001 1100 1010101 0 1010111 100100011 1001010 111

Color Harmonies of #1D0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0521

Black with #1D0521

Text Example


Text Example

White with #1D0521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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