Html Css Color HEX #24052C Blackcurrant

📋 copy color: '#24052C'

red 36 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #24052C

Tints of Blackcurrant #24052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 42.35%
G = 5.88%
B = 51.76%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24052C (or 0x24052C) is known color: Blackcurrant. HEX triplet: 24, 05 and 2C. RGB value is (36,5,44). Sum of RGB (Red+Green+Blue) = 36+5+44=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #24052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24052C is #DBFAD3. Grayscale: #121212. Windows color (decimal): -14416596 or 2884900. OLE color: 2884900.

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

Color convert

RGB 36 5 44 -
CMYK 0.18 0.89 0 0.83
HSL 287.69º 0.8% 0.1% -
HSV(B) 287.69º 0.89% 0.17% -
XYZ 1.24 0.67 2.45 -
YUV 18.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 36 5 44 0.18 0.89 0 0.83 287.69 0.8 0.1
Hex 24 5 2C 12 59 0 53 120 50 A
Octal 44 5 54 22 131 0 123 440 120 12
Binary 100100 101 101100 10010 1011001 0 1010011 100100000 1010000 1010

Color Harmonies of #24052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24052C

Black with #24052C

Text Example


Text Example

White with #24052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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