#241931

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

Shades of Blackcurrant #241931

Tints of Blackcurrant #241931

Color information

#241931 (or 0x241931) is unknown color: approx Blackcurrant. HEX triplet: 24, 19 and 31. RGB value is (36,25,49). Sum of RGB (Red+Green+Blue) = 36+25+49=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #241931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241931 is #DBE6CE. Grayscale: #1E1E1E. Windows color (decimal): -14411471 or 3217700. OLE color: 3217700.

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

Color convert

RGB362549-
CMYK0.270.4900.81
HSL267.5º32.43%14.51%-
HSV(B)267.5º48.98%19.22%-
XYZ1.631.293.07-
YUV31.02138.14131.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=32.73%
G=22.73%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3625490.270.4900.81267.532.4314.51
Hex2419311B3105110c20f
Octal443161336101214144017
Binary1001001100111000111011110001010100011000011001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241931; }

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

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

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

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

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

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

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

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