#250944

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

Shades of Blackcurrant #250944

Tints of Blackcurrant #250944

Color information

#250944 (or 0x250944) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 44. RGB value is (37,9,68). Sum of RGB (Red+Green+Blue) = 37+9+68=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #250944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250944 is #DAF6BB. Grayscale: #171717. Windows color (decimal): -14350012 or 4458789. OLE color: 4458789.

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

Color convert

RGB37968-
CMYK0.460.8700.73
HSL268.47º76.62%15.1%-
HSV(B)268.47º86.76%26.67%-
XYZ1.91.015.56-
YUV24.1152.78137.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 68 (26.95% from 255) = 59.65%
R=32.46%
G=7.89%
B=59.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal379680.460.8700.73268.4776.6215.1
Hex259442E5704910c4df
Octal451110456127011141411517
Binary1001011001100010010111010101110100100110000110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250944; }

 p { color: rgb(37,9,68); }

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

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

 a { background-color: rgb(37,9,68); }

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

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

 span { border-color: rgb(37,9,68); }

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