#250245

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

Shades of Blackcurrant #250245

Tints of Blackcurrant #250245

Color information

#250245 (or 0x250245) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 45. RGB value is (37,2,69). Sum of RGB (Red+Green+Blue) = 37+2+69=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #250245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250245 is #DAFDBA. Grayscale: #131313. Windows color (decimal): -14351803 or 4522533. OLE color: 4522533.

HSL color Cylindrical-coordinate representation of color #250245: hue angle of 271.34º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250245 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37269-
CMYK0.460.9700.73
HSL271.34º94.37%13.92%-
HSV(B)271.34º97.1%27.06%-
XYZ1.860.875.7-
YUV20.1155.6140.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 69 (27.34% from 255) = 63.89%
R=34.26%
G=1.85%
B=63.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal372690.460.9700.73271.3494.3713.92
Hex252452E6104910f5ee
Octal45210556141011141713616
Binary10010110100010110111011000010100100110000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250245; }

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

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

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

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

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

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

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

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