#241131

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

Shades of Blackcurrant #241131

Tints of Blackcurrant #241131

Color information

#241131 (or 0x241131) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 31. RGB value is (36,17,49). Sum of RGB (Red+Green+Blue) = 36+17+49=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #241131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241131 is #DBEECE. Grayscale: #1A1A1A. Windows color (decimal): -14413519 or 3215652. OLE color: 3215652.

HSL color Cylindrical-coordinate representation of color #241131: hue angle of 275.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241131 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB361749-
CMYK0.270.6500.81
HSL275.62º48.48%12.94%-
HSV(B)275.62º65.31%19.22%-
XYZ1.4813.02-
YUV26.33140.79134.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=35.29%
G=16.67%
B=48.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3617490.270.6500.81275.6248.4812.94
Hex2411311B4105111430d
Octal4421613310101214246015
Binary10010010001110001110111000001010100011000101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241131; }

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

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

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

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

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

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

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

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