#240329

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

Shades of Blackcurrant #240329

Tints of Blackcurrant #240329

Color information

#240329 (or 0x240329) is unknown color: approx Blackcurrant. HEX triplet: 24, 03 and 29. RGB value is (36,3,41). Sum of RGB (Red+Green+Blue) = 36+3+41=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #240329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240329 is #DBFCD6. Grayscale: #111111. Windows color (decimal): -14417111 or 2687780. OLE color: 2687780.

HSL color Cylindrical-coordinate representation of color #240329: hue angle of 292.11º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240329 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB36341-
CMYK0.120.9300.84
HSL292.11º86.36%8.63%-
HSV(B)292.11º92.68%16.08%-
XYZ1.160.62.15-
YUV17.2141.43141.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 41 (16.41% from 255) = 51.25%
R=45%
G=3.75%
B=51.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal363410.120.9300.84292.1186.368.63
Hex24329C5D054124569
Octal4435114135012444412611
Binary10010011101001110010111010101010010010010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240329; }

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

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

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

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

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

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

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

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