#371053

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

Shades of Blackcurrant #371053

Tints of Blackcurrant #371053

Color information

#371053 (or 0x371053) is unknown color: approx Blackcurrant. HEX triplet: 37, 10 and 53. RGB value is (55,16,83). Sum of RGB (Red+Green+Blue) = 55+16+83=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #371053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371053 is #C8EFAC. Grayscale: #232323. Windows color (decimal): -13168557 or 5443639. OLE color: 5443639.

HSL color Cylindrical-coordinate representation of color #371053: hue angle of 274.93º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371053 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB551683-
CMYK0.340.8100.67
HSL274.93º67.68%19.41%-
HSV(B)274.93º80.72%32.55%-
XYZ3.321.818.36-
YUV35.3154.92142.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.71%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=35.71%
G=10.39%
B=53.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5516830.340.8100.67274.9367.6819.41
Hex37105322510431134413
Octal672012342121010342310423
Binary110111100001010011100010101000101000011100010011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371053; }

 p { color: rgb(55,16,83); }

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

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

 a { background-color: rgb(55,16,83); }

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

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

 span { border-color: rgb(55,16,83); }

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