#250935

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

Shades of Blackcurrant #250935

Tints of Blackcurrant #250935

Color information

#250935 (or 0x250935) is unknown color: approx Blackcurrant. HEX triplet: 25, 09 and 35. RGB value is (37,9,53). Sum of RGB (Red+Green+Blue) = 37+9+53=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #250935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250935 is #DAF6CA. Grayscale: #161616. Windows color (decimal): -14350027 or 3475749. OLE color: 3475749.

HSL color Cylindrical-coordinate representation of color #250935: hue angle of 278.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #250935 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB37953-
CMYK0.300.8300.79
HSL278.18º70.97%12.16%-
HSV(B)278.18º83.02%20.78%-
XYZ1.50.853.45-
YUV22.39145.28138.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=37.37%
G=9.09%
B=53.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal379530.300.8300.79278.1870.9712.16
Hex259351E5304F11647c
Octal45116536123011742610714
Binary10010110011101011111010100110100111110001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250935; }

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

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

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

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

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

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

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

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