#250938

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

Shades of Blackcurrant #250938

Tints of Blackcurrant #250938

Color information

#250938 (or 0x250938) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 38. RGB value is (37,9,56). Sum of RGB (Red+Green+Blue) = 37+9+56=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #250938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250938 is #DAF6C7. Grayscale: #161616. Windows color (decimal): -14350024 or 3672357. OLE color: 3672357.

HSL color Cylindrical-coordinate representation of color #250938: hue angle of 275.74º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250938 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB37956-
CMYK0.340.8400.78
HSL275.74º72.31%12.75%-
HSV(B)275.74º83.93%21.96%-
XYZ1.570.873.83-
YUV22.73146.78138.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 56 (22.27% from 255) = 54.90%
R=36.27%
G=8.82%
B=54.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal379560.340.8400.78275.7472.3112.75
Hex25938225404E11448d
Octal45117042124011642411015
Binary100101100111100010001010101000100111010001010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250938; }

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

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

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

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

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

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

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

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