#240448

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

Shades of Blackcurrant #240448

Tints of Blackcurrant #240448

Color information

#240448 (or 0x240448) is unknown color: approx Blackcurrant. HEX triplet: 24, 04 and 48. RGB value is (36,4,72). Sum of RGB (Red+Green+Blue) = 36+4+72=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #240448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240448 is #DBFBB7. Grayscale: #151515. Windows color (decimal): -14416824 or 4719652. OLE color: 4719652.

HSL color Cylindrical-coordinate representation of color #240448: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240448 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB36472-
CMYK0.50.9400.72
HSL268.24º89.47%14.9%-
HSV(B)268.24º94.44%28.24%-
XYZ1.940.936.21-
YUV21.32156.6138.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.14%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=32.14%
G=3.57%
B=64.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal364720.50.9400.72268.2489.4714.9
Hex24448325E04810c59f
Octal44411062136011041413117
Binary100100100100100011001010111100100100010000110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240448; }

 p { color: rgb(36,4,72); }

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

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

 a { background-color: rgb(36,4,72); }

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

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

 span { border-color: rgb(36,4,72); }

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