#370248

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

Shades of Blackcurrant #370248

Tints of Blackcurrant #370248

Color information

#370248 (or 0x370248) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 48. RGB value is (55,2,72). Sum of RGB (Red+Green+Blue) = 55+2+72=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #370248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370248 is #C8FDB7. Grayscale: #191919. Windows color (decimal): -13172152 or 4719159. OLE color: 4719159.

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

Color convert

RGB55272-
CMYK0.240.9700.72
HSL285.43º94.59%14.51%-
HSV(B)285.43º97.22%28.24%-
XYZ2.771.326.24-
YUV25.83154.06148.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=42.64%
G=1.55%
B=55.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal552720.240.9700.72285.4394.5914.51
Hex37248186104811d5ff
Octal67211030141011043513717
Binary1101111010010001100011000010100100010001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370248; }

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

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

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

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

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

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

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

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