#241328

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

Shades of Blackcurrant #241328

Tints of Blackcurrant #241328

Color information

#241328 (or 0x241328) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 28. RGB value is (36,19,40). Sum of RGB (Red+Green+Blue) = 36+19+40=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 40 - color contains mainly: blue. Hex color #241328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241328 is #DBECD7. Grayscale: #1A1A1A. Windows color (decimal): -14413016 or 2626340. OLE color: 2626340.

HSL color Cylindrical-coordinate representation of color #241328: hue angle of 288.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #241328 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB361940-
CMYK0.100.5200.84
HSL288.57º35.59%11.57%-
HSV(B)288.57º52.5%15.69%-
XYZ1.340.992.13-
YUV26.48135.63134.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.89%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=37.89%
G=20%
B=42.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3619400.100.5200.84288.5735.5911.57
Hex241328A3405412124c
Octal442350126401244414414
Binary100100100111010001010110100010101001001000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241328; }

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

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

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

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

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

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

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

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