#370146

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

Shades of Blackcurrant #370146

Tints of Blackcurrant #370146

Color information

#370146 (or 0x370146) is unknown color: approx Blackcurrant. HEX triplet: 37, 01 and 46. RGB value is (55,1,70). Sum of RGB (Red+Green+Blue) = 55+1+70=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #370146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370146 is #C8FEB9. Grayscale: #181818. Windows color (decimal): -13172410 or 4587831. OLE color: 4587831.

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

Color convert

RGB55170-
CMYK0.210.9900.73
HSL286.96º97.18%13.92%-
HSV(B)286.96º98.57%27.45%-
XYZ2.691.285.9-
YUV25.01153.39149.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=43.65%
G=0.79%
B=55.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal551700.210.9900.73286.9697.1813.92
Hex37146156304911f61e
Octal67110625143011143714116
Binary110111110001101010111000110100100110001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370146; }

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

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

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

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

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

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

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

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