#24112D

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

Shades of Blackcurrant #24112D

Tints of Blackcurrant #24112D

Color information

#24112D (or 0x24112D) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 2D. RGB value is (36,17,45). Sum of RGB (Red+Green+Blue) = 36+17+45=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #24112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112D is #DBEED2. Grayscale: #191919. Windows color (decimal): -14413523 or 2953508. OLE color: 2953508.

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

Color convert

RGB361745-
CMYK0.20.6200.82
HSL280.71º45.16%12.16%-
HSV(B)280.71º62.22%17.65%-
XYZ1.40.972.6-
YUV25.87138.79135.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=36.73%
G=17.35%
B=45.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3617450.20.6200.82280.7145.1612.16
Hex24112D143E0521192dc
Octal442155247601224315514
Binary1001001000110110110100111110010100101000110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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