#241332

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

Shades of Blackcurrant #241332

Tints of Blackcurrant #241332

Color information

#241332 (or 0x241332) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 32. RGB value is (36,19,50). Sum of RGB (Red+Green+Blue) = 36+19+50=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #241332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241332 is #DBECCD. Grayscale: #1B1B1B. Windows color (decimal): -14413006 or 3281700. OLE color: 3281700.

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

Color convert

RGB361950-
CMYK0.280.6200.80
HSL272.9º44.93%13.53%-
HSV(B)272.9º62%19.61%-
XYZ1.541.073.14-
YUV27.62140.63133.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=34.29%
G=18.10%
B=47.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3619500.280.6200.80272.944.9313.53
Hex2413321C3E0501112de
Octal442362347601204215516
Binary1001001001111001011100111110010100001000100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241332; }

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

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

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

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

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

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

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

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