#370545

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

Shades of Blackcurrant #370545

Tints of Blackcurrant #370545

Color information

#370545 (or 0x370545) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 45. RGB value is (55,5,69). Sum of RGB (Red+Green+Blue) = 55+5+69=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #370545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370545 is #C8FABA. Grayscale: #1B1B1B. Windows color (decimal): -13171387 or 4523319. OLE color: 4523319.

HSL color Cylindrical-coordinate representation of color #370545: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370545 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB55569-
CMYK0.200.9300.73
HSL286.88º86.49%14.51%-
HSV(B)286.88º92.75%27.06%-
XYZ2.71.355.75-
YUV27.25151.56147.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=42.64%
G=3.88%
B=53.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal555690.200.9300.73286.8886.4914.51
Hex37545145D04911f56f
Octal67510524135011143712617
Binary11011110110001011010010111010100100110001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370545; }

 p { color: rgb(55,5,69); }

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

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

 a { background-color: rgb(55,5,69); }

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

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

 span { border-color: rgb(55,5,69); }

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