#371452

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

Shades of Blackcurrant #371452

Tints of Blackcurrant #371452

Color information

#371452 (or 0x371452) is unknown color: approx Blackcurrant. HEX triplet: 37, 14 and 52. RGB value is (55,20,82). Sum of RGB (Red+Green+Blue) = 55+20+82=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #371452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371452 is #C8EBAD. Grayscale: #252525. Windows color (decimal): -13167534 or 5379127. OLE color: 5379127.

HSL color Cylindrical-coordinate representation of color #371452: hue angle of 273.87º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371452 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB552082-
CMYK0.330.7600.68
HSL273.87º60.78%20%-
HSV(B)273.87º75.61%32.16%-
XYZ3.351.928.18-
YUV37.53153.1140.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.03%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=35.03%
G=12.74%
B=52.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5520820.330.7600.68273.8760.7820
Hex371452214C0441123d14
Octal67241224111401044227524
Binary11011110100101001010000110011000100010010001001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371452; }

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

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

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

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

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

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

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

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