Html Css Color HEX #241D2C Blackcurrant

📋 copy color: '#241D2C'

red 36 ◦ green 29 ◦ blue 44

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

Shades of Blackcurrant #241D2C

Tints of Blackcurrant #241D2C

RGB

 RED value IS 36 (14.45% from 255) = 33.03%

 GREEN value IS 29 (11.72% from 255) = 26.61%

 BLUE value IS 44 (17.58% from 255) = 40.37%

R = 33.03%
G = 26.61%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#241D2C (or 0x241D2C) is known color: Blackcurrant. HEX triplet: 24, 1D and 2C. RGB value is (36,29,44). Sum of RGB (Red+Green+Blue) = 36+29+44=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #241D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D2C is #DBE2D3. Grayscale: #202020. Windows color (decimal): -14410452 or 2891044. OLE color: 2891044.

HSL color Cylindrical-coordinate representation of color #241D2C: hue angle of 268º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #241D2C is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 29 44 -
CMYK 0.18 0.34 0 0.83
HSL 268º 0.21% 0.14% -
HSV(B) 268º 0.34% 0.17% -
XYZ 1.62 1.44 2.57 -
YUV 32.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 36 29 44 0.18 0.34 0 0.83 268 0.21 0.14
Hex 24 1D 2C 12 22 0 53 10C 15 E
Octal 44 35 54 22 42 0 123 414 25 16
Binary 100100 11101 101100 10010 100010 0 1010011 100001100 10101 1110

Color Harmonies of #241D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D2C

Black with #241D2C

Text Example


Text Example

White with #241D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241D2C; }

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

 H1.HeaderClassName
 {
   color: #241D2C;
 }
 .AnyTagClassName
 {
   color: #241D2C;
 }
</style>

background-color css

<style>
 a { background-color: #241D2C; }

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

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

border-color css

<style>
 span { border-color: #241D2C; }

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

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