#370349

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

Shades of Blackcurrant #370349

Tints of Blackcurrant #370349

Color information

#370349 (or 0x370349) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 49. RGB value is (55,3,73). Sum of RGB (Red+Green+Blue) = 55+3+73=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #370349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370349 is #C8FCB6. Grayscale: #1A1A1A. Windows color (decimal): -13171895 or 4784951. OLE color: 4784951.

HSL color Cylindrical-coordinate representation of color #370349: hue angle of 284.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370349 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55373-
CMYK0.250.9600.71
HSL284.57º92.11%14.9%-
HSV(B)284.57º95.89%28.63%-
XYZ2.811.366.42-
YUV26.53154.23148.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 73 (28.91% from 255) = 55.73%
R=41.98%
G=2.29%
B=55.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal553730.250.9600.71284.5792.1114.9
Hex37349196004711d5cf
Octal67311131140010743513417
Binary1101111110010011100111000000100011110001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370349; }

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

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

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

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

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

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

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

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