#240530

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

Shades of Blackcurrant #240530

Tints of Blackcurrant #240530

Color information

#240530 (or 0x240530) is unknown color: approx Blackcurrant. HEX triplet: 24, 05 and 30. RGB value is (36,5,48). Sum of RGB (Red+Green+Blue) = 36+5+48=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #240530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240530 is #DBFACF. Grayscale: #131313. Windows color (decimal): -14416592 or 3147044. OLE color: 3147044.

HSL color Cylindrical-coordinate representation of color #240530: hue angle of 283.26º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240530 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB36548-
CMYK0.250.9000.81
HSL283.26º81.13%10.39%-
HSV(B)283.26º89.58%18.82%-
XYZ1.320.72.86-
YUV19.17144.27140-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=40.45%
G=5.62%
B=53.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal365480.250.9000.81283.2681.1310.39
Hex24530195A05111b51a
Octal4456031132012143312112
Binary1001001011100001100110110100101000110001101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240530; }

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

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

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

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

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

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

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

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