#371845

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

Shades of Blackcurrant #371845

Tints of Blackcurrant #371845

Color information

#371845 (or 0x371845) is unknown color: approx Blackcurrant. HEX triplet: 37, 18 and 45. RGB value is (55,24,69). Sum of RGB (Red+Green+Blue) = 55+24+69=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #371845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371845 is #C8E7BA. Grayscale: #262626. Windows color (decimal): -13166523 or 4528183. OLE color: 4528183.

HSL color Cylindrical-coordinate representation of color #371845: hue angle of 281.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371845 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB552469-
CMYK0.200.6500.73
HSL281.33º48.39%18.24%-
HSV(B)281.33º65.22%27.06%-
XYZ2.981.95.84-
YUV38.4145.27139.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=37.16%
G=16.22%
B=46.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5524690.200.6500.73281.3348.3918.24
Hex37184514410491193012
Octal67301052410101114316022
Binary1101111100010001011010010000010100100110001100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371845; }

 p { color: rgb(55,24,69); }

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

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

 a { background-color: rgb(55,24,69); }

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

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

 span { border-color: rgb(55,24,69); }

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