#24152A

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

Shades of Blackcurrant #24152A

Tints of Blackcurrant #24152A

Color information

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

RGB362142-
CMYK0.140.5000.84
HSL282.86º33.33%12.35%-
HSV(B)282.86º50%16.47%-
XYZ1.411.082.32-
YUV27.88135.97133.79-

RGB Variations

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

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.80% from 255) = 42.42%
R=36.36%
G=21.21%
B=42.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3621420.140.5000.84282.8633.3312.35
Hex24152AE3205411b21c
Octal442552166201244334114
Binary100100101011010101110110010010101001000110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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