#241530

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

Shades of Blackcurrant #241530

Tints of Blackcurrant #241530

Color information

#241530 (or 0x241530) is unknown color: approx Blackcurrant. HEX triplet: 24, 15 and 30. RGB value is (36,21,48). Sum of RGB (Red+Green+Blue) = 36+21+48=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #241530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241530 is #DBEACF. Grayscale: #1C1C1C. Windows color (decimal): -14412496 or 3151140. OLE color: 3151140.

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

Color convert

RGB362148-
CMYK0.250.5600.81
HSL273.33º39.13%13.53%-
HSV(B)273.33º56.25%18.82%-
XYZ1.531.122.93-
YUV28.56138.97133.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=34.29%
G=20%
B=45.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3621480.250.5600.81273.3339.1313.53
Hex241530193805111127e
Octal442560317001214214716
Binary1001001010111000011001111000010100011000100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241530; }

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

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

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

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

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

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

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

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