#370450

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

Shades of Blackcurrant #370450

Tints of Blackcurrant #370450

Color information

#370450 (or 0x370450) is unknown color: approx Blackcurrant. HEX triplet: 37, 04 and 50. RGB value is (55,4,80). Sum of RGB (Red+Green+Blue) = 55+4+80=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #370450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370450 is #C8FBAF. Grayscale: #1B1B1B. Windows color (decimal): -13171632 or 5243959. OLE color: 5243959.

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

Color convert

RGB55480-
CMYK0.310.9500.69
HSL280.26º90.48%16.47%-
HSV(B)280.26º95%31.37%-
XYZ3.071.487.71-
YUV27.91157.4147.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=39.57%
G=2.88%
B=57.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal554800.310.9500.69280.2690.4816.47
Hex374501F5F0451185a10
Octal67412037137010543013220
Binary110111100101000011111101111101000101100011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370450; }

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

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

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

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

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

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

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

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