#24162D

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

Shades of Blackcurrant #24162D

Tints of Blackcurrant #24162D

Color information

#24162D (or 0x24162D) is unknown color: approx Blackcurrant. HEX triplet: 24, 16 and 2D. RGB value is (36,22,45). Sum of RGB (Red+Green+Blue) = 36+22+45=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #24162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24162D is #DBE9D2. Grayscale: #1C1C1C. Windows color (decimal): -14412243 or 2954788. OLE color: 2954788.

HSL color Cylindrical-coordinate representation of color #24162D: hue angle of 276.52º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24162D is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB362245-
CMYK0.20.5100.82
HSL276.52º34.33%13.14%-
HSV(B)276.52º51.11%17.65%-
XYZ1.491.142.62-
YUV28.81137.14133.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=34.95%
G=21.36%
B=43.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3622450.20.5100.82276.5234.3313.14
Hex24162D143305211522d
Octal442655246301224254215
Binary1001001011010110110100110011010100101000101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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