Html Css Color HEX #1D0120 Blackcurrant

📋 copy color: '#1D0120'

red 29 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #1D0120

Tints of Blackcurrant #1D0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.61%

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

R = 46.77%
G = 1.61%
B = 51.61%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1D0120 (or 0x1D0120) is known color: Blackcurrant. HEX triplet: 1D, 01 and 20. RGB value is (29,1,32). Sum of RGB (Red+Green+Blue) = 29+1+32=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0120 is #E2FEDF. Grayscale: #0C0C0C. Windows color (decimal): -14876384 or 2097437. OLE color: 2097437.

HSL color Cylindrical-coordinate representation of color #1D0120: hue angle of 294.19º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0120 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 1 32 -
CMYK 0.09 0.97 0 0.87
HSL 294.19º 0.94% 0.06% -
HSV(B) 294.19º 0.97% 0.13% -
XYZ 0.78 0.39 1.4 -
YUV 12.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 29 1 32 0.09 0.97 0 0.87 294.19 0.94 0.06
Hex 1D 1 20 9 61 0 57 126 5E 6
Octal 35 1 40 11 141 0 127 446 136 6
Binary 11101 1 100000 1001 1100001 0 1010111 100100110 1011110 110

Color Harmonies of #1D0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0120

Black with #1D0120

Text Example


Text Example

White with #1D0120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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