#24112E

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

Shades of Blackcurrant #24112E

Tints of Blackcurrant #24112E

Color information

#24112E (or 0x24112E) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 2E. RGB value is (36,17,46). Sum of RGB (Red+Green+Blue) = 36+17+46=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #24112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112E is #DBEED1. Grayscale: #191919. Windows color (decimal): -14413522 or 3019044. OLE color: 3019044.

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

Color convert

RGB361746-
CMYK0.220.6300.82
HSL279.31º46.03%12.35%-
HSV(B)279.31º63.04%18.04%-
XYZ1.420.972.7-
YUV25.99139.29135.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=36.36%
G=17.17%
B=46.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3617460.220.6300.82279.3146.0312.35
Hex24112E163F0521172ec
Octal442156267701224275614
Binary1001001000110111010110111111010100101000101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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