#250845

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

Shades of Blackcurrant #250845

Tints of Blackcurrant #250845

Color information

#250845 (or 0x250845) is unknown color: approx Blackcurrant. HEX triplet: 25, 08 and 45. RGB value is (37,8,69). Sum of RGB (Red+Green+Blue) = 37+8+69=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #250845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250845 is #DAF7BA. Grayscale: #171717. Windows color (decimal): -14350267 or 4524069. OLE color: 4524069.

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

Color convert

RGB37869-
CMYK0.460.8800.73
HSL268.52º79.22%15.1%-
HSV(B)268.52º88.41%27.06%-
XYZ1.9215.72-
YUV23.62153.61137.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 69 (27.34% from 255) = 60.53%
R=32.46%
G=7.02%
B=60.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal378690.460.8800.73268.5279.2215.1
Hex258452E5804910d4ff
Octal451010556130011141511717
Binary1001011000100010110111010110000100100110000110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250845; }

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

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

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

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

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

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

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

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