#370448

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

Shades of Blackcurrant #370448

Tints of Blackcurrant #370448

Color information

#370448 (or 0x370448) is unknown color: approx Blackcurrant. HEX triplet: 37, 04 and 48. RGB value is (55,4,72). Sum of RGB (Red+Green+Blue) = 55+4+72=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #370448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370448 is #C8FBB7. Grayscale: #1A1A1A. Windows color (decimal): -13171640 or 4719671. OLE color: 4719671.

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

Color convert

RGB55472-
CMYK0.240.9400.72
HSL285º89.47%14.9%-
HSV(B)285º94.44%28.24%-
XYZ2.791.376.25-
YUV27153.4147.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=41.98%
G=3.05%
B=54.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal554720.240.9400.7228589.4714.9
Hex37448185E04811d59f
Octal67411030136011043513117
Binary11011110010010001100010111100100100010001110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370448; }

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

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

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

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

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

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

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

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