#240531

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

Shades of Blackcurrant #240531

Tints of Blackcurrant #240531

Color information

#240531 (or 0x240531) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 31. RGB value is (36,5,49). Sum of RGB (Red+Green+Blue) = 36+5+49=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #240531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240531 is #DBFACE. Grayscale: #131313. Windows color (decimal): -14416591 or 3212580. OLE color: 3212580.

HSL color Cylindrical-coordinate representation of color #240531: hue angle of 282.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240531 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB36549-
CMYK0.270.9000.81
HSL282.27º81.48%10.59%-
HSV(B)282.27º89.8%19.22%-
XYZ1.340.712.97-
YUV19.28144.77139.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=40%
G=5.56%
B=54.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal365490.270.9000.81282.2781.4810.59
Hex245311B5A05111a51b
Octal4456133132012143212113
Binary1001001011100011101110110100101000110001101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240531; }

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

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

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

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

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

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

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

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