Html Css Color HEX #24042C Blackcurrant

📋 copy color: '#24042C'

red 36 ◦ green 4 ◦ blue 44

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

Shades of Blackcurrant #24042C

Tints of Blackcurrant #24042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

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

R = 42.86%
G = 4.76%
B = 52.38%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24042C (or 0x24042C) is known color: Blackcurrant. HEX triplet: 24, 04 and 2C. RGB value is (36,4,44). Sum of RGB (Red+Green+Blue) = 36+4+44=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #24042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24042C is #DBFBD3. Grayscale: #121212. Windows color (decimal): -14416852 or 2884644. OLE color: 2884644.

HSL color Cylindrical-coordinate representation of color #24042C: hue angle of 288º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #24042C is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 4 44 -
CMYK 0.18 0.91 0 0.83
HSL 288º 0.83% 0.09% -
HSV(B) 288º 0.91% 0.17% -
XYZ 1.23 0.64 2.44 -
YUV 18.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 36 4 44 0.18 0.91 0 0.83 288 0.83 0.09
Hex 24 4 2C 12 5B 0 53 120 53 9
Octal 44 4 54 22 133 0 123 440 123 11
Binary 100100 100 101100 10010 1011011 0 1010011 100100000 1010011 1001

Color Harmonies of #24042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24042C

Black with #24042C

Text Example


Text Example

White with #24042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24042C; }

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

 H1.HeaderClassName
 {
   color: #24042C;
 }
 .AnyTagClassName
 {
   color: #24042C;
 }
</style>

background-color css

<style>
 a { background-color: #24042C; }

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

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

border-color css

<style>
 span { border-color: #24042C; }

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

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