#240240

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

Shades of Blackcurrant #240240

Tints of Blackcurrant #240240

Color information

#240240 (or 0x240240) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 40. RGB value is (36,2,64). Sum of RGB (Red+Green+Blue) = 36+2+64=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #240240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240240 is #DBFDBF. Grayscale: #131313. Windows color (decimal): -14417344 or 4194852. OLE color: 4194852.

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

Color convert

RGB36264-
CMYK0.440.9700.75
HSL272.9º93.94%12.94%-
HSV(B)272.9º96.88%25.1%-
XYZ1.670.794.91-
YUV19.23153.26139.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=35.29%
G=1.96%
B=62.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal362640.440.9700.75272.993.9412.94
Hex242402C6104B1115ed
Octal44210054141011342113615
Binary10010010100000010110011000010100101110001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240240; }

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

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

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

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

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

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

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

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