#251532

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

Shades of Blackcurrant #251532

Tints of Blackcurrant #251532

Color information

#251532 (or 0x251532) is unknown color: approx Blackcurrant. HEX triplet: 25, 15 and 32. RGB value is (37,21,50). Sum of RGB (Red+Green+Blue) = 37+21+50=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #251532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251532 is #DAEACD. Grayscale: #1C1C1C. Windows color (decimal): -14346958 or 3282213. OLE color: 3282213.

HSL color Cylindrical-coordinate representation of color #251532: hue angle of 273.1º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #251532 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB372150-
CMYK0.260.5800.80
HSL273.1º40.85%13.92%-
HSV(B)273.1º58%19.61%-
XYZ1.611.163.16-
YUV29.09139.8133.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=34.26%
G=19.44%
B=46.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3721500.260.5800.80273.140.8513.92
Hex2515321A3A05011129e
Octal452562327201204215116
Binary1001011010111001011010111010010100001000100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251532; }

 p { color: rgb(37,21,50); }

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

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

 a { background-color: rgb(37,21,50); }

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

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

 span { border-color: rgb(37,21,50); }

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