#240348

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

Shades of Blackcurrant #240348

Tints of Blackcurrant #240348

Color information

#240348 (or 0x240348) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 48. RGB value is (36,3,72). Sum of RGB (Red+Green+Blue) = 36+3+72=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #240348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240348 is #DBFCB7. Grayscale: #141414. Windows color (decimal): -14417080 or 4719396. OLE color: 4719396.

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

Color convert

RGB36372-
CMYK0.50.9600.72
HSL268.7º92%14.71%-
HSV(B)268.7º95.83%28.24%-
XYZ1.930.916.2-
YUV20.73156.93138.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=32.43%
G=2.70%
B=64.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal363720.50.9600.72268.79214.71
Hex24348326004810d5cf
Octal44311062140011041513417
Binary10010011100100011001011000000100100010000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240348; }

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

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

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

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

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

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

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

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