#241032

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

Shades of Blackcurrant #241032

Tints of Blackcurrant #241032

Color information

#241032 (or 0x241032) is unknown color: approx Blackcurrant. HEX triplet: 24, 10 and 32. RGB value is (36,16,50). Sum of RGB (Red+Green+Blue) = 36+16+50=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #241032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241032 is #DBEFCD. Grayscale: #191919. Windows color (decimal): -14413774 or 3280932. OLE color: 3280932.

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

Color convert

RGB361650-
CMYK0.280.6800.80
HSL275.29º51.52%12.94%-
HSV(B)275.29º68%19.61%-
XYZ1.490.983.13-
YUV25.86141.63135.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=35.29%
G=15.69%
B=49.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3616500.280.6800.80275.2951.5212.94
Hex2410321C4405011334d
Octal4420623410401204236415
Binary10010010000110010111001000100010100001000100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241032; }

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

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

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

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

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

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

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

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