#240538

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

Shades of Blackcurrant #240538

Tints of Blackcurrant #240538

Color information

#240538 (or 0x240538) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 38. RGB value is (36,5,56). Sum of RGB (Red+Green+Blue) = 36+5+56=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #240538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240538 is #DBFAC7. Grayscale: #131313. Windows color (decimal): -14416584 or 3671332. OLE color: 3671332.

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

Color convert

RGB36556-
CMYK0.360.9100.78
HSL276.47º83.61%11.96%-
HSV(B)276.47º91.07%21.96%-
XYZ1.50.773.81-
YUV20.08148.27139.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=37.11%
G=5.15%
B=57.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal365560.360.9100.78276.4783.6111.96
Hex24538245B04E11454c
Octal4457044133011642412414
Binary10010010111100010010010110110100111010001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240538; }

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

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

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

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

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

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

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

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