#240533

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

Shades of Blackcurrant #240533

Tints of Blackcurrant #240533

Color information

#240533 (or 0x240533) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 33. RGB value is (36,5,51). Sum of RGB (Red+Green+Blue) = 36+5+51=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #240533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240533 is #DBFACC. Grayscale: #131313. Windows color (decimal): -14416589 or 3343652. OLE color: 3343652.

HSL color Cylindrical-coordinate representation of color #240533: hue angle of 280.43º 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 #240533 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB36551-
CMYK0.290.9000.8
HSL280.43º82.14%10.98%-
HSV(B)280.43º90.2%20%-
XYZ1.380.723.2-
YUV19.51145.77139.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 51 (20.31% from 255) = 55.43%
R=39.13%
G=5.43%
B=55.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal365510.290.9000.8280.4382.1410.98
Hex245331D5A05011852b
Octal4456335132012043012213
Binary1001001011100111110110110100101000010001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240533; }

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

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

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

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

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

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

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

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