#24162A

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

Shades of Blackcurrant #24162A

Tints of Blackcurrant #24162A

Color information

#24162A (or 0x24162A) is unknown color: approx Blackcurrant. HEX triplet: 24, 16 and 2A. RGB value is (36,22,42). Sum of RGB (Red+Green+Blue) = 36+22+42=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #24162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24162A is #DBE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14412246 or 2758180. OLE color: 2758180.

HSL color Cylindrical-coordinate representation of color #24162A: hue angle of 282º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #24162A is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB362242-
CMYK0.140.4800.84
HSL282º31.25%12.55%-
HSV(B)282º47.62%16.47%-
XYZ1.431.122.33-
YUV28.47135.64133.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 42 (16.80% from 255) = 42%
R=36%
G=22%
B=42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3622420.140.4800.8428231.2512.55
Hex24162AE3005411a1fd
Octal442652166001244323715
Binary10010010110101010111011000001010100100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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