#250531

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

Shades of Blackcurrant #250531

Tints of Blackcurrant #250531

Color information

#250531 (or 0x250531) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 31. RGB value is (37,5,49). Sum of RGB (Red+Green+Blue) = 37+5+49=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #250531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250531 is #DAFACE. Grayscale: #131313. Windows color (decimal): -14351055 or 3212581. OLE color: 3212581.

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

Color convert

RGB37549-
CMYK0.240.9000.81
HSL283.64º81.48%10.59%-
HSV(B)283.64º89.8%19.22%-
XYZ1.370.722.97-
YUV19.58144.6140.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=40.66%
G=5.49%
B=53.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal375490.240.9000.81283.6481.4810.59
Hex25531185A05111c51b
Octal4556130132012143412113
Binary1001011011100011100010110100101000110001110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250531; }

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

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

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

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

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

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

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

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