#370250

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

Shades of Blackcurrant #370250

Tints of Blackcurrant #370250

Color information

#370250 (or 0x370250) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 50. RGB value is (55,2,80). Sum of RGB (Red+Green+Blue) = 55+2+80=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #370250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370250 is #C8FDAF. Grayscale: #1A1A1A. Windows color (decimal): -13172144 or 5243447. OLE color: 5243447.

HSL color Cylindrical-coordinate representation of color #370250: hue angle of 280.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370250 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55280-
CMYK0.310.9800.69
HSL280.77º95.12%16.08%-
HSV(B)280.77º97.5%31.37%-
XYZ3.051.437.71-
YUV26.74158.06148.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=40.15%
G=1.46%
B=58.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal552800.310.9800.69280.7795.1216.08
Hex372501F620451195f10
Octal67212037142010543113720
Binary11011110101000011111110001001000101100011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370250; }

 p { color: rgb(55,2,80); }

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

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

 a { background-color: rgb(55,2,80); }

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

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

 span { border-color: rgb(55,2,80); }

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