#250539

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

Shades of Blackcurrant #250539

Tints of Blackcurrant #250539

Color information

#250539 (or 0x250539) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 39. RGB value is (37,5,57). Sum of RGB (Red+Green+Blue) = 37+5+57=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #250539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250539 is #DAFAC6. Grayscale: #141414. Windows color (decimal): -14351047 or 3736869. OLE color: 3736869.

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

Color convert

RGB37557-
CMYK0.350.9100.78
HSL276.92º83.87%12.16%-
HSV(B)276.92º91.23%22.35%-
XYZ1.560.83.94-
YUV20.5148.6139.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 57 (22.66% from 255) = 57.58%
R=37.37%
G=5.05%
B=57.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375570.350.9100.78276.9283.8712.16
Hex25539235B04E11554c
Octal4557143133011642512414
Binary10010110111100110001110110110100111010001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250539; }

 p { color: rgb(37,5,57); }

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

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

 a { background-color: rgb(37,5,57); }

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

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

 span { border-color: rgb(37,5,57); }

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