Html Css Color HEX #24152C Blackcurrant

📋 copy color: '#24152C'

red 36 ◦ green 21 ◦ blue 44

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

Shades of Blackcurrant #24152C

Tints of Blackcurrant #24152C

RGB

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

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

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

R = 35.64%
G = 20.79%
B = 43.56%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24152C (or 0x24152C) is known color: Blackcurrant. HEX triplet: 24, 15 and 2C. RGB value is (36,21,44). Sum of RGB (Red+Green+Blue) = 36+21+44=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #24152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152C is #DBEAD3. Grayscale: #1C1C1C. Windows color (decimal): -14412500 or 2888996. OLE color: 2888996.

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

Color convert

RGB 36 21 44 -
CMYK 0.18 0.52 0 0.83
HSL 279.13º 0.35% 0.13% -
HSV(B) 279.13º 0.52% 0.17% -
XYZ 1.45 1.09 2.52 -
YUV 28.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 36 21 44 0.18 0.52 0 0.83 279.13 0.35 0.13
Hex 24 15 2C 12 34 0 53 117 23 D
Octal 44 25 54 22 64 0 123 427 43 15
Binary 100100 10101 101100 10010 110100 0 1010011 100010111 100011 1101

Color Harmonies of #24152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24152C

Black with #24152C

Text Example


Text Example

White with #24152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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