#370148

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

Shades of Blackcurrant #370148

Tints of Blackcurrant #370148

Color information

#370148 (or 0x370148) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 48. RGB value is (55,1,72). Sum of RGB (Red+Green+Blue) = 55+1+72=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #370148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370148 is #C8FEB7. Grayscale: #191919. Windows color (decimal): -13172408 or 4718903. OLE color: 4718903.

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

Color convert

RGB55172-
CMYK0.240.9900.72
HSL285.63º97.26%14.31%-
HSV(B)285.63º98.61%28.24%-
XYZ2.761.36.24-
YUV25.24154.39149.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=42.97%
G=0.78%
B=56.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal551720.240.9900.72285.6397.2614.31
Hex37148186304811e61e
Octal67111030143011043614116
Binary110111110010001100011000110100100010001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370148; }

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

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

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

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

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

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

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

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