#241132

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

Shades of Blackcurrant #241132

Tints of Blackcurrant #241132

Color information

#241132 (or 0x241132) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 32. RGB value is (36,17,50). Sum of RGB (Red+Green+Blue) = 36+17+50=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #241132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241132 is #DBEECD. Grayscale: #1A1A1A. Windows color (decimal): -14413518 or 3281188. OLE color: 3281188.

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

Color convert

RGB361750-
CMYK0.280.6600.80
HSL274.55º49.25%13.14%-
HSV(B)274.55º66%19.61%-
XYZ1.51.013.13-
YUV26.44141.29134.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=34.95%
G=16.50%
B=48.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3617500.280.6600.80274.5549.2513.14
Hex2411321C4205011331d
Octal4421623410201204236115
Binary10010010001110010111001000010010100001000100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241132; }

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

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

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

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

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

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

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

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