#241532

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

Shades of Blackcurrant #241532

Tints of Blackcurrant #241532

Color information

#241532 (or 0x241532) is unknown color: approx Blackcurrant. HEX triplet: 24, 15 and 32. RGB value is (36,21,50). Sum of RGB (Red+Green+Blue) = 36+21+50=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #241532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241532 is #DBEACD. Grayscale: #1C1C1C. Windows color (decimal): -14412494 or 3282212. OLE color: 3282212.

HSL color Cylindrical-coordinate representation of color #241532: hue angle of 271.03º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241532 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB362150-
CMYK0.280.5800.80
HSL271.03º40.85%13.92%-
HSV(B)271.03º58%19.61%-
XYZ1.571.143.16-
YUV28.79139.97133.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.64%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=33.64%
G=19.63%
B=46.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3621500.280.5800.80271.0340.8513.92
Hex2415321C3A05010f29e
Octal442562347201204175116
Binary1001001010111001011100111010010100001000011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241532; }

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

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

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

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

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

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

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

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