#250031

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

Shades of Blackcurrant #250031

Tints of Blackcurrant #250031

Color information

#250031 (or 0x250031) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 31. RGB value is (37,0,49). Sum of RGB (Red+Green+Blue) = 37+0+49=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #250031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250031 is #DAFFCE. Grayscale: #101010. Windows color (decimal): -14352335 or 3211301. OLE color: 3211301.

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

Color convert

RGB37049-
CMYK0.24100.81
HSL285.31º100%9.61%-
HSV(B)285.31º100%19.22%-
XYZ1.320.622.96-
YUV16.65146.26142.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=43.02%
G=0%
B=56.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal370490.24100.81285.311009.61
Hex25031186405111d64a
Octal4506130144012143514412
Binary10010101100011100011001000101000110001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250031; }

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

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

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

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

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

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

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

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