#241531

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

Shades of Blackcurrant #241531

Tints of Blackcurrant #241531

Color information

#241531 (or 0x241531) is unknown color: approx Blackcurrant. HEX triplet: 24, 15 and 31. RGB value is (36,21,49). Sum of RGB (Red+Green+Blue) = 36+21+49=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #241531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241531 is #DBEACE. Grayscale: #1C1C1C. Windows color (decimal): -14412495 or 3216676. OLE color: 3216676.

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

Color convert

RGB362149-
CMYK0.270.5700.81
HSL272.14º40%13.73%-
HSV(B)272.14º57.14%19.22%-
XYZ1.551.133.04-
YUV28.68139.47133.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=33.96%
G=19.81%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3621490.270.5700.81272.144013.73
Hex2415311B3905111028e
Octal442561337101214205016
Binary1001001010111000111011111001010100011000100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241531; }

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

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

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

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

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

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

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

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