#24142E

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

Shades of Blackcurrant #24142E

Tints of Blackcurrant #24142E

Color information

#24142E (or 0x24142E) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 2E. RGB value is (36,20,46). Sum of RGB (Red+Green+Blue) = 36+20+46=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #24142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142E is #DBEBD1. Grayscale: #1B1B1B. Windows color (decimal): -14412754 or 3019812. OLE color: 3019812.

HSL color Cylindrical-coordinate representation of color #24142E: hue angle of 276.92º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24142E is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB362046-
CMYK0.220.5700.82
HSL276.92º39.39%12.94%-
HSV(B)276.92º56.52%18.04%-
XYZ1.471.072.71-
YUV27.75138.3133.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=35.29%
G=19.61%
B=45.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3620460.220.5700.82276.9239.3912.94
Hex24142E163905211527d
Octal442456267101224254715
Binary1001001010010111010110111001010100101000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24142E; }

 p { color: rgb(36,20,46); }

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

<style>
 a { background-color: #24142E; }

 a { background-color: rgb(36,20,46); }

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

<style>
 span { border-color: #24142E; }

 span { border-color: rgb(36,20,46); }

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