#251431

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

Shades of Blackcurrant #251431

Tints of Blackcurrant #251431

Color information

#251431 (or 0x251431) is unknown color: approx Blackcurrant. HEX triplet: 25, 14 and 31. RGB value is (37,20,49). Sum of RGB (Red+Green+Blue) = 37+20+49=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #251431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251431 is #DAEBCE. Grayscale: #1C1C1C. Windows color (decimal): -14347215 or 3216421. OLE color: 3216421.

HSL color Cylindrical-coordinate representation of color #251431: hue angle of 275.17º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #251431 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB372049-
CMYK0.240.5900.81
HSL275.17º42.03%13.53%-
HSV(B)275.17º59.18%19.22%-
XYZ1.571.123.04-
YUV28.39139.63134.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=34.91%
G=18.87%
B=46.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3720490.240.5900.81275.1742.0313.53
Hex251431183B0511132ae
Octal452461307301214235216
Binary1001011010011000111000111011010100011000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251431; }

 p { color: rgb(37,20,49); }

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

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

 a { background-color: rgb(37,20,49); }

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

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

 span { border-color: rgb(37,20,49); }

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