#370348

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

Shades of Blackcurrant #370348

Tints of Blackcurrant #370348

Color information

#370348 (or 0x370348) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 48. RGB value is (55,3,72). Sum of RGB (Red+Green+Blue) = 55+3+72=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #370348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370348 is #C8FCB7. Grayscale: #1A1A1A. Windows color (decimal): -13171896 or 4719415. OLE color: 4719415.

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

Color convert

RGB55372-
CMYK0.240.9600.72
HSL285.22º92%14.71%-
HSV(B)285.22º95.83%28.24%-
XYZ2.781.356.24-
YUV26.41153.73148.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=42.31%
G=2.31%
B=55.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal553720.240.9600.72285.229214.71
Hex37348186004811d5cf
Octal67311030140011043513417
Binary1101111110010001100011000000100100010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370348; }

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

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

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

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

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

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

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

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