#240545

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

Shades of Blackcurrant #240545

Tints of Blackcurrant #240545

Color information

#240545 (or 0x240545) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 45. RGB value is (36,5,69). Sum of RGB (Red+Green+Blue) = 36+5+69=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #240545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240545 is #DBFABA. Grayscale: #151515. Windows color (decimal): -14416571 or 4523300. OLE color: 4523300.

HSL color Cylindrical-coordinate representation of color #240545: hue angle of 269.06º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240545 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB36569-
CMYK0.480.9300.73
HSL269.06º86.49%14.51%-
HSV(B)269.06º92.75%27.06%-
XYZ1.860.915.71-
YUV21.56154.77138.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=32.73%
G=4.55%
B=62.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal365690.480.9300.73269.0686.4914.51
Hex24545305D04910d56f
Octal44510560135011141512617
Binary100100101100010111000010111010100100110000110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240545; }

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

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

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

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

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

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

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

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