#250240

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

Shades of Blackcurrant #250240

Tints of Blackcurrant #250240

Color information

#250240 (or 0x250240) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 40. RGB value is (37,2,64). Sum of RGB (Red+Green+Blue) = 37+2+64=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #250240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250240 is #DAFDBF. Grayscale: #131313. Windows color (decimal): -14351808 or 4194853. OLE color: 4194853.

HSL color Cylindrical-coordinate representation of color #250240: hue angle of 273.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250240 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB37264-
CMYK0.420.9700.75
HSL273.87º93.94%12.94%-
HSV(B)273.87º96.88%25.1%-
XYZ1.710.814.92-
YUV19.53153.1140.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=35.92%
G=1.94%
B=62.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal372640.420.9700.75273.8793.9412.94
Hex252402A6104B1125ed
Octal45210052141011342213615
Binary10010110100000010101011000010100101110001001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250240; }

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

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

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

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

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

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

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

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