#240334

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

Shades of Blackcurrant #240334

Tints of Blackcurrant #240334

Color information

#240334 (or 0x240334) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 34. RGB value is (36,3,52). Sum of RGB (Red+Green+Blue) = 36+3+52=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #240334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240334 is #DBFCCB. Grayscale: #121212. Windows color (decimal): -14417100 or 3408676. OLE color: 3408676.

HSL color Cylindrical-coordinate representation of color #240334: hue angle of 280.41º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240334 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB36352-
CMYK0.310.9400.80
HSL280.41º89.09%10.78%-
HSV(B)280.41º94.23%20.39%-
XYZ1.380.693.31-
YUV18.45146.93140.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=39.56%
G=3.30%
B=57.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal363520.310.9400.80280.4189.0910.78
Hex243341F5E05011859b
Octal4436437136012043013113
Binary100100111101001111110111100101000010001100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240334; }

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

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

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

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

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

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

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

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