#240F40

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

Shades of Blackcurrant #240F40

Tints of Blackcurrant #240F40

Color information

#240F40 (or 0x240F40) is unknown color: approx Blackcurrant. HEX triplet: 24, 0F and 40. RGB value is (36,15,64). Sum of RGB (Red+Green+Blue) = 36+15+64=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #240F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F40 is #DBF0BF. Grayscale: #1A1A1A. Windows color (decimal): -14414016 or 4198180. OLE color: 4198180.

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

Color convert

RGB361564-
CMYK0.440.7700.75
HSL265.71º62.03%15.49%-
HSV(B)265.71º76.56%25.1%-
XYZ1.821.094.96-
YUV26.86148.96134.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=31.30%
G=13.04%
B=55.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3615640.440.7700.75265.7162.0315.49
Hex24F402C4D04B10a3ef
Octal44171005411501134127617
Binary100100111110000001011001001101010010111000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,64); }

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

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

 a { background-color: rgb(36,15,64); }

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

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

 span { border-color: rgb(36,15,64); }

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