#241A31

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

Shades of Blackcurrant #241A31

Tints of Blackcurrant #241A31

Color information

#241A31 (or 0x241A31) is unknown color: approx Blackcurrant. HEX triplet: 24, 1A and 31. RGB value is (36,26,49). Sum of RGB (Red+Green+Blue) = 36+26+49=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #241A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A31 is #DBE5CE. Grayscale: #1F1F1F. Windows color (decimal): -14411215 or 3217956. OLE color: 3217956.

HSL color Cylindrical-coordinate representation of color #241A31: hue angle of 266.09º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241A31 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB362649-
CMYK0.270.4700.81
HSL266.09º30.67%14.71%-
HSV(B)266.09º46.94%19.22%-
XYZ1.651.343.08-
YUV31.61137.81131.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=32.43%
G=23.42%
B=44.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3626490.270.4700.81266.0930.6714.71
Hex241A311B2F05110a1ff
Octal443261335701214123717
Binary100100110101100011101110111101010001100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A31; }

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

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

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

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

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

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

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

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