#24152C

Color #24152C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24152C

Tints of Blackcurrant #24152C

Color information

#24152C (or 0x24152C) is unknown color: approx 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

RGB362144-
CMYK0.180.5200.83
HSL279.13º35.38%12.75%-
HSV(B)279.13º52.27%17.25%-
XYZ1.451.092.52-
YUV28.11136.97133.63-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3621440.180.5200.83279.1335.3812.75
Hex24152C123405311723d
Octal442554226401234274315
Binary1001001010110110010010110100010100111000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>