#241432

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

Shades of Blackcurrant #241432

Tints of Blackcurrant #241432

Color information

#241432 (or 0x241432) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 32. RGB value is (36,20,50). Sum of RGB (Red+Green+Blue) = 36+20+50=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #241432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241432 is #DBEBCD. Grayscale: #1C1C1C. Windows color (decimal): -14412750 or 3281956. OLE color: 3281956.

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

Color convert

RGB362050-
CMYK0.280.6000.80
HSL272º42.86%13.73%-
HSV(B)272º60%19.61%-
XYZ1.551.113.15-
YUV28.2140.3133.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=33.96%
G=18.87%
B=47.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3620500.280.6000.8027242.8613.73
Hex2414321C3C0501102be
Octal442462347401204205316
Binary1001001010011001011100111100010100001000100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241432; }

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

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

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

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

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

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

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

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