#240248

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

Shades of Blackcurrant #240248

Tints of Blackcurrant #240248

Color information

#240248 (or 0x240248) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 48. RGB value is (36,2,72). Sum of RGB (Red+Green+Blue) = 36+2+72=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #240248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240248 is #DBFDB7. Grayscale: #131313. Windows color (decimal): -14417336 or 4719140. OLE color: 4719140.

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

Color convert

RGB36272-
CMYK0.50.9700.72
HSL269.14º94.59%14.51%-
HSV(B)269.14º97.22%28.24%-
XYZ1.920.896.2-
YUV20.15157.26139.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=32.73%
G=1.82%
B=65.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal362720.50.9700.72269.1494.5914.51
Hex24248326104810d5ff
Octal44211062141011041513717
Binary10010010100100011001011000010100100010000110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240248; }

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

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

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

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

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

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

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

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