#240540

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

Shades of Blackcurrant #240540

Tints of Blackcurrant #240540

Color information

#240540 (or 0x240540) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 40. RGB value is (36,5,64). Sum of RGB (Red+Green+Blue) = 36+5+64=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #240540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240540 is #DBFABF. Grayscale: #141414. Windows color (decimal): -14416576 or 4195620. OLE color: 4195620.

HSL color Cylindrical-coordinate representation of color #240540: hue angle of 271.53º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240540 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB36564-
CMYK0.440.9200.75
HSL271.53º85.51%13.53%-
HSV(B)271.53º92.19%25.1%-
XYZ1.710.854.93-
YUV20.99152.27138.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=34.29%
G=4.76%
B=60.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365640.440.9200.75271.5385.5113.53
Hex245402C5C04B11056e
Octal44510054134011342012616
Binary100100101100000010110010111000100101110001000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240540; }

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

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

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

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

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

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

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

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