#370350

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

Shades of Blackcurrant #370350

Tints of Blackcurrant #370350

Color information

#370350 (or 0x370350) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 50. RGB value is (55,3,80). Sum of RGB (Red+Green+Blue) = 55+3+80=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #370350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370350 is #C8FCAF. Grayscale: #1B1B1B. Windows color (decimal): -13171888 or 5243703. OLE color: 5243703.

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

Color convert

RGB55380-
CMYK0.310.9600.69
HSL280.52º92.77%16.27%-
HSV(B)280.52º96.25%31.37%-
XYZ3.061.467.71-
YUV27.33157.73147.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=39.86%
G=2.17%
B=57.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal553800.310.9600.69280.5292.7716.27
Hex373501F600451195d10
Octal67312037140010543113520
Binary11011111101000011111110000001000101100011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370350; }

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

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

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

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

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

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

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

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