#371447

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

Shades of Blackcurrant #371447

Tints of Blackcurrant #371447

Color information

#371447 (or 0x371447) is unknown color: approx Blackcurrant. HEX triplet: 37, 14 and 47. RGB value is (55,20,71). Sum of RGB (Red+Green+Blue) = 55+20+71=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #371447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371447 is #C8EBB8. Grayscale: #242424. Windows color (decimal): -13167545 or 4658231. OLE color: 4658231.

HSL color Cylindrical-coordinate representation of color #371447: hue angle of 281.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #371447 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB552071-
CMYK0.230.7200.72
HSL281.18º56.04%17.84%-
HSV(B)281.18º71.83%27.84%-
XYZ2.961.776.15-
YUV36.28147.6141.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=37.67%
G=13.70%
B=48.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5520710.230.7200.72281.1856.0417.84
Hex37144717480481193812
Octal67241072711001104317022
Binary1101111010010001111011110010000100100010001100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371447; }

 p { color: rgb(55,20,71); }

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

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

 a { background-color: rgb(55,20,71); }

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

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

 span { border-color: rgb(55,20,71); }

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