#370050

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

Shades of Blackcurrant #370050

Tints of Blackcurrant #370050

Color information

#370050 (or 0x370050) is unknown color: approx Blackcurrant. HEX triplet: 37, 00 and 50. RGB value is (55,0,80). Sum of RGB (Red+Green+Blue) = 55+0+80=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #370050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370050 is #C8FFAF. Grayscale: #191919. Windows color (decimal): -13172656 or 5242935. OLE color: 5242935.

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

Color convert

RGB55080-
CMYK0.31100.69
HSL281.25º100%15.69%-
HSV(B)281.25º100%31.37%-
XYZ3.021.397.7-
YUV25.56158.72149-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=40.74%
G=0%
B=59.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal550800.31100.69281.2510015.69
Hex370501F640451196410
Octal67012037144010543114420
Binary1101110101000011111110010001000101100011001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370050; }

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

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

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

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

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

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

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

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