#240434

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

Shades of Blackcurrant #240434

Tints of Blackcurrant #240434

Color information

#240434 (or 0x240434) is unknown color: approx Blackcurrant. HEX triplet: 24, 04 and 34. RGB value is (36,4,52). Sum of RGB (Red+Green+Blue) = 36+4+52=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #240434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240434 is #DBFBCB. Grayscale: #121212. Windows color (decimal): -14416844 or 3408932. OLE color: 3408932.

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

Color convert

RGB36452-
CMYK0.310.9200.80
HSL280º85.71%10.98%-
HSV(B)280º92.31%20.39%-
XYZ1.390.713.31-
YUV19.04146.6140.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=39.13%
G=4.35%
B=56.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal364520.310.9200.8028085.7110.98
Hex244341F5C05011856b
Octal4446437134012043012613
Binary1001001001101001111110111000101000010001100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240434; }

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

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

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

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

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

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

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

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