#250137

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

Shades of Blackcurrant #250137

Tints of Blackcurrant #250137

Color information

#250137 (or 0x250137) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 37. RGB value is (37,1,55). Sum of RGB (Red+Green+Blue) = 37+1+55=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #250137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250137 is #DAFEC8. Grayscale: #111111. Windows color (decimal): -14352073 or 3604773. OLE color: 3604773.

HSL color Cylindrical-coordinate representation of color #250137: hue angle of 280º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250137 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37155-
CMYK0.330.9800.78
HSL280º96.43%10.98%-
HSV(B)280º98.18%21.57%-
XYZ1.460.693.67-
YUV17.92148.93141.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=39.78%
G=1.08%
B=59.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal371550.330.9800.7828096.4310.98
Hex25137216204E11860b
Octal4516741142011643014013
Binary100101111011110000111000100100111010001100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250137; }

 p { color: rgb(37,1,55); }

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

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

 a { background-color: rgb(37,1,55); }

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

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

 span { border-color: rgb(37,1,55); }

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