#240332

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

Shades of Blackcurrant #240332

Tints of Blackcurrant #240332

Color information

#240332 (or 0x240332) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 32. RGB value is (36,3,50). Sum of RGB (Red+Green+Blue) = 36+3+50=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #240332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240332 is #DBFCCD. Grayscale: #121212. Windows color (decimal): -14417102 or 3277604. OLE color: 3277604.

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

Color convert

RGB36350-
CMYK0.280.9400.80
HSL282.13º88.68%10.39%-
HSV(B)282.13º94%19.61%-
XYZ1.340.673.08-
YUV18.22145.93140.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=40.45%
G=3.37%
B=56.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal363500.280.9400.80282.1388.6810.39
Hex243321C5E05011a59a
Octal4436234136012043213112
Binary100100111100101110010111100101000010001101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240332; }

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

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

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

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

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

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

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

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