#24113F

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

Shades of Blackcurrant #24113F

Tints of Blackcurrant #24113F

Color information

#24113F (or 0x24113F) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 3F. RGB value is (36,17,63). Sum of RGB (Red+Green+Blue) = 36+17+63=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #24113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24113F is #DBEEC0. Grayscale: #1B1B1B. Windows color (decimal): -14413505 or 4133156. OLE color: 4133156.

HSL color Cylindrical-coordinate representation of color #24113F: hue angle of 264.78º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24113F is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB361763-
CMYK0.430.7300.75
HSL264.78º57.5%15.69%-
HSV(B)264.78º73.02%24.71%-
XYZ1.831.134.83-
YUV27.92147.79133.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.03%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 63 (25% from 255) = 54.31%
R=31.03%
G=14.66%
B=54.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3617630.430.7300.75264.7857.515.69
Hex24113F2B4904B1093a10
Octal4421775311101134117220
Binary1001001000111111110101110010010100101110000100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24113F; }

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

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

<style>
 a { background-color: #24113F; }

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

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

<style>
 span { border-color: #24113F; }

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

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