#24152B

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

Shades of Blackcurrant #24152B

Tints of Blackcurrant #24152B

Color information

#24152B (or 0x24152B) is unknown color: approx Blackcurrant. HEX triplet: 24, 15 and 2B. RGB value is (36,21,43). Sum of RGB (Red+Green+Blue) = 36+21+43=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #24152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152B is #DBEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14412501 or 2823460. OLE color: 2823460.

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

Color convert

RGB362143-
CMYK0.160.5100.83
HSL280.91º34.38%12.55%-
HSV(B)280.91º51.16%16.86%-
XYZ1.431.092.42-
YUV27.99136.47133.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 43 (17.19% from 255) = 43%
R=36%
G=21%
B=43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3621430.160.5100.83280.9134.3812.55
Hex24152B103305311922d
Octal442553206301234314215
Binary1001001010110101110000110011010100111000110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24152B;
 }
 .AnyTagClassName
 {
   color: #24152B;
 }
</style>
background-color css

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

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

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

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

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

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