#240349

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

Shades of Blackcurrant #240349

Tints of Blackcurrant #240349

Color information

#240349 (or 0x240349) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 49. RGB value is (36,3,73). Sum of RGB (Red+Green+Blue) = 36+3+73=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #240349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240349 is #DBFCB6. Grayscale: #141414. Windows color (decimal): -14417079 or 4784932. OLE color: 4784932.

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

Color convert

RGB36373-
CMYK0.510.9600.71
HSL268.29º92.11%14.9%-
HSV(B)268.29º95.89%28.63%-
XYZ1.960.926.38-
YUV20.85157.43138.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.14%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=32.14%
G=2.68%
B=65.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal363730.510.9600.71268.2992.1114.9
Hex24349336004710c5cf
Octal44311163140010741413417
Binary10010011100100111001111000000100011110000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240349; }

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

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

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

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

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

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

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

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