Html Css Color HEX #1D1224 Blackcurrant

📋 copy color: '#1D1224'

red 29 ◦ green 18 ◦ blue 36

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

Shades of Blackcurrant #1D1224

Tints of Blackcurrant #1D1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 34.94%
G = 21.69%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D1224 (or 0x1D1224) is known color: Blackcurrant. HEX triplet: 1D, 12 and 24. RGB value is (29,18,36). Sum of RGB (Red+Green+Blue) = 29+18+36=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1224 is #E2EDDB. Grayscale: #171717. Windows color (decimal): -14872028 or 2363933. OLE color: 2363933.

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

Color convert

RGB 29 18 36 -
CMYK 0.19 0.5 0 0.86
HSL 276.67º 0.33% 0.11% -
HSV(B) 276.67º 0.5% 0.14% -
XYZ 1.04 0.82 1.77 -
YUV 23.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 29 18 36 0.19 0.5 0 0.86 276.67 0.33 0.11
Hex 1D 12 24 13 32 0 56 115 21 B
Octal 35 22 44 23 62 0 126 425 41 13
Binary 11101 10010 100100 10011 110010 0 1010110 100010101 100001 1011

Color Harmonies of #1D1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1224

Black with #1D1224

Text Example


Text Example

White with #1D1224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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