#240534

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

Shades of Blackcurrant #240534

Tints of Blackcurrant #240534

Color information

#240534 (or 0x240534) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 34. RGB value is (36,5,52). Sum of RGB (Red+Green+Blue) = 36+5+52=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #240534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240534 is #DBFACB. Grayscale: #131313. Windows color (decimal): -14416588 or 3409188. OLE color: 3409188.

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

Color convert

RGB36552-
CMYK0.310.9000.80
HSL279.57º82.46%11.18%-
HSV(B)279.57º90.38%20.39%-
XYZ1.40.733.32-
YUV19.63146.27139.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=38.71%
G=5.38%
B=55.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal365520.310.9000.80279.5782.4611.18
Hex245341F5A05011852b
Octal4456437132012043012213
Binary1001001011101001111110110100101000010001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240534; }

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

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

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

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

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

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

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

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