Html Css Color HEX #1D1124 Blackcurrant

📋 copy color: '#1D1124'

red 29 ◦ green 17 ◦ blue 36

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

Shades of Blackcurrant #1D1124

Tints of Blackcurrant #1D1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

 BLUE value IS 36 (14.45% from 255) = 43.9%

R = 35.37%
G = 20.73%
B = 43.9%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D1124 (or 0x1D1124) is known color: Blackcurrant. HEX triplet: 1D, 11 and 24. RGB value is (29,17,36). Sum of RGB (Red+Green+Blue) = 29+17+36=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1124 is #E2EEDB. Grayscale: #161616. Windows color (decimal): -14872284 or 2363677. OLE color: 2363677.

HSL color Cylindrical-coordinate representation of color #1D1124: hue angle of 277.89º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D1124 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 29 17 36 -
CMYK 0.19 0.53 0 0.86
HSL 277.89º 0.36% 0.1% -
HSV(B) 277.89º 0.53% 0.14% -
XYZ 1.03 0.79 1.77 -
YUV 22.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 29 17 36 0.19 0.53 0 0.86 277.89 0.36 0.1
Hex 1D 11 24 13 35 0 56 116 24 A
Octal 35 21 44 23 65 0 126 426 44 12
Binary 11101 10001 100100 10011 110101 0 1010110 100010110 100100 1010

Color Harmonies of #1D1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1124

Black with #1D1124

Text Example


Text Example

White with #1D1124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,17,36); }

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

background-color css

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

 a { background-color: rgb(29,17,36); }

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

border-color css

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

 span { border-color: rgb(29,17,36); }

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