#240E3D

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

Shades of Blackcurrant #240E3D

Tints of Blackcurrant #240E3D

Color information

#240E3D (or 0x240E3D) is unknown color: approx Blackcurrant. HEX triplet: 24, 0E and 3D. RGB value is (36,14,61). Sum of RGB (Red+Green+Blue) = 36+14+61=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #240E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E3D is #DBF1C2. Grayscale: #191919. Windows color (decimal): -14414275 or 4001316. OLE color: 4001316.

HSL color Cylindrical-coordinate representation of color #240E3D: hue angle of 268.09º degrees, saturation: 0.63, 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 #240E3D is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361461-
CMYK0.410.7700.76
HSL268.09º62.67%14.71%-
HSV(B)268.09º77.05%23.92%-
XYZ1.731.034.52-
YUV25.94147.79135.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 61 (24.22% from 255) = 54.95%
R=32.43%
G=12.61%
B=54.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3614610.410.7700.76268.0962.6714.71
Hex24E3D294D04C10c3ff
Octal4416755111501144147717
Binary10010011101111011010011001101010011001000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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