Html Css Color HEX #24152A Blackcurrant

📋 copy color: '#24152A'

red 36 ◦ green 21 ◦ blue 42

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

Shades of Blackcurrant #24152A

Tints of Blackcurrant #24152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

 BLUE value IS 42 (16.8% from 255) = 42.42%

R = 36.36%
G = 21.21%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24152A (or 0x24152A) is known color: Blackcurrant. HEX triplet: 24, 15 and 2A. RGB value is (36,21,42). Sum of RGB (Red+Green+Blue) = 36+21+42=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #24152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152A is #DBEAD5. Grayscale: #1B1B1B. Windows color (decimal): -14412502 or 2757924. OLE color: 2757924.

HSL color Cylindrical-coordinate representation of color #24152A: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24152A is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 21 42 -
CMYK 0.14 0.50 0 0.84
HSL 282.86º 0.33% 0.12% -
HSV(B) 282.86º 0.5% 0.16% -
XYZ 1.41 1.08 2.32 -
YUV 27.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 36 21 42 0.14 0.50 0 0.84 282.86 0.33 0.12
Hex 24 15 2A E 32 0 54 11B 21 C
Octal 44 25 52 16 62 0 124 433 41 14
Binary 100100 10101 101010 1110 110010 0 1010100 100011011 100001 1100

Color Harmonies of #24152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24152A

Black with #24152A

Text Example


Text Example

White with #24152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24152A; }

 p { color: rgb(36,21,42); }

 H1.HeaderClassName
 {
   color: #24152A;
 }
 .AnyTagClassName
 {
   color: #24152A;
 }
</style>

background-color css

<style>
 a { background-color: #24152A; }

 a { background-color: rgb(36,21,42); }

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

border-color css

<style>
 span { border-color: #24152A; }

 span { border-color: rgb(36,21,42); }

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