#24142C

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

Shades of Blackcurrant #24142C

Tints of Blackcurrant #24142C

Color information

#24142C (or 0x24142C) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 2C. RGB value is (36,20,44). Sum of RGB (Red+Green+Blue) = 36+20+44=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #24142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142C is #DBEBD3. Grayscale: #1B1B1B. Windows color (decimal): -14412756 or 2888740. OLE color: 2888740.

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

Color convert

RGB362044-
CMYK0.180.5500.83
HSL280º37.5%12.55%-
HSV(B)280º54.55%17.25%-
XYZ1.431.062.51-
YUV27.52137.3134.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 44 (17.58% from 255) = 44%
R=36%
G=20%
B=44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3620440.180.5500.8328037.512.55
Hex24142C123705311825d
Octal442454226701234304515
Binary1001001010010110010010110111010100111000110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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