#24042A

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

Shades of Blackcurrant #24042A

Tints of Blackcurrant #24042A

Color information

#24042A (or 0x24042A) is unknown color: approx Blackcurrant. HEX triplet: 24, 04 and 2A. RGB value is (36,4,42). Sum of RGB (Red+Green+Blue) = 36+4+42=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #24042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24042A is #DBFBD5. Grayscale: #111111. Windows color (decimal): -14416854 or 2753572. OLE color: 2753572.

HSL color Cylindrical-coordinate representation of color #24042A: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24042A is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB36442-
CMYK0.140.9000.84
HSL290.53º82.61%9.02%-
HSV(B)290.53º90.48%16.47%-
XYZ1.190.632.25-
YUV17.9141.6140.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=43.90%
G=4.88%
B=51.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal364420.140.9000.84290.5382.619.02
Hex2442AE5A054123539
Octal4445216132012444312311
Binary100100100101010111010110100101010010010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24042A; }

 p { color: rgb(36,4,42); }

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

<style>
 a { background-color: #24042A; }

 a { background-color: rgb(36,4,42); }

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

<style>
 span { border-color: #24042A; }

 span { border-color: rgb(36,4,42); }

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