#240E3C

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

Shades of Blackcurrant #240E3C

Tints of Blackcurrant #240E3C

Color information

#240E3C (or 0x240E3C) is unknown color: approx Blackcurrant. HEX triplet: 24, 0E and 3C. RGB value is (36,14,60). Sum of RGB (Red+Green+Blue) = 36+14+60=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #240E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E3C is #DBF1C3. Grayscale: #191919. Windows color (decimal): -14414276 or 3935780. OLE color: 3935780.

HSL color Cylindrical-coordinate representation of color #240E3C: hue angle of 268.7º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240E3C is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361460-
CMYK0.400.7700.76
HSL268.7º62.16%14.51%-
HSV(B)268.7º76.67%23.53%-
XYZ1.71.024.38-
YUV25.82147.29135.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=32.73%
G=12.73%
B=54.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3614600.400.7700.76268.762.1614.51
Hex24E3C284D04C10d3ef
Octal4416745011501144157617
Binary10010011101111001010001001101010011001000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240E3C; }

 p { color: rgb(36,14,60); }

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

<style>
 a { background-color: #240E3C; }

 a { background-color: rgb(36,14,60); }

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

<style>
 span { border-color: #240E3C; }

 span { border-color: rgb(36,14,60); }

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