#250941

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

Shades of Blackcurrant #250941

Tints of Blackcurrant #250941

Color information

#250941 (or 0x250941) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 41. RGB value is (37,9,65). Sum of RGB (Red+Green+Blue) = 37+9+65=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #250941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250941 is #DAF6BE. Grayscale: #171717. Windows color (decimal): -14350015 or 4262181. OLE color: 4262181.

HSL color Cylindrical-coordinate representation of color #250941: hue angle of 270º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250941 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB37965-
CMYK0.430.8600.75
HSL270º75.68%14.51%-
HSV(B)270º86.15%25.49%-
XYZ1.810.975.09-
YUV23.76151.28137.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=33.33%
G=8.11%
B=58.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal379650.430.8600.7527075.6814.51
Hex259412B5604B10e4cf
Octal451110153126011341611417
Binary1001011001100000110101110101100100101110000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250941; }

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

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

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

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

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

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

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

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