#240239

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

Shades of Blackcurrant #240239

Tints of Blackcurrant #240239

Color information

#240239 (or 0x240239) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 39. RGB value is (36,2,57). Sum of RGB (Red+Green+Blue) = 36+2+57=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #240239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240239 is #DBFDC6. Grayscale: #121212. Windows color (decimal): -14417351 or 3736100. OLE color: 3736100.

HSL color Cylindrical-coordinate representation of color #240239: hue angle of 277.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240239 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB36257-
CMYK0.370.9600.78
HSL277.09º93.22%11.57%-
HSV(B)277.09º96.49%22.35%-
XYZ1.490.713.93-
YUV18.44149.76140.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.89%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 57 (22.66% from 255) = 60%
R=37.89%
G=2.11%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal362570.370.9600.78277.0993.2211.57
Hex24239256004E1155dc
Octal4427145140011642513514
Binary1001001011100110010111000000100111010001010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240239; }

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

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

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

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

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

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

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

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