#240435

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

Shades of Blackcurrant #240435

Tints of Blackcurrant #240435

Color information

#240435 (or 0x240435) is unknown color: approx Blackcurrant. HEX triplet: 24, 04 and 35. RGB value is (36,4,53). Sum of RGB (Red+Green+Blue) = 36+4+53=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #240435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240435 is #DBFBCA. Grayscale: #121212. Windows color (decimal): -14416843 or 3474468. OLE color: 3474468.

HSL color Cylindrical-coordinate representation of color #240435: hue angle of 279.18º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240435 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB36453-
CMYK0.320.9200.79
HSL279.18º85.96%11.18%-
HSV(B)279.18º92.45%20.78%-
XYZ1.410.723.43-
YUV19.15147.1140.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 53 (21.09% from 255) = 56.99%
R=38.71%
G=4.30%
B=56.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal364530.320.9200.79279.1885.9611.18
Hex24435205C04F11756b
Octal4446540134011742712613
Binary10010010011010110000010111000100111110001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240435; }

 p { color: rgb(36,4,53); }

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

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

 a { background-color: rgb(36,4,53); }

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

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

 span { border-color: rgb(36,4,53); }

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