#250231

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

Shades of Blackcurrant #250231

Tints of Blackcurrant #250231

Color information

#250231 (or 0x250231) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 31. RGB value is (37,2,49). Sum of RGB (Red+Green+Blue) = 37+2+49=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #250231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250231 is #DAFDCE. Grayscale: #111111. Windows color (decimal): -14351823 or 3211813. OLE color: 3211813.

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

Color convert

RGB37249-
CMYK0.240.9600.81
HSL284.68º92.16%10%-
HSV(B)284.68º95.92%19.22%-
XYZ1.340.662.96-
YUV17.82145.6141.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=42.05%
G=2.27%
B=55.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal372490.240.9600.81284.6892.1610
Hex25231186005111d5ca
Octal4526130140012143513412
Binary100101101100011100011000000101000110001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250231; }

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

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

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

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

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

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

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

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