#371C4B

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

Shades of Blackcurrant #371C4B

Tints of Blackcurrant #371C4B

Color information

#371C4B (or 0x371C4B) is unknown color: approx Blackcurrant. HEX triplet: 37, 1C and 4B. RGB value is (55,28,75). Sum of RGB (Red+Green+Blue) = 55+28+75=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #371C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C4B is #C8E3B4. Grayscale: #292929. Windows color (decimal): -13165493 or 4922423. OLE color: 4922423.

HSL color Cylindrical-coordinate representation of color #371C4B: hue angle of 274.47º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371C4B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB552875-
CMYK0.270.6300.71
HSL274.47º45.63%20.2%-
HSV(B)274.47º62.67%29.41%-
XYZ3.262.156.9-
YUV41.43146.95137.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=34.81%
G=17.72%
B=47.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5528750.270.6300.71274.4745.6320.2
Hex371C4B1B3F0471122e14
Octal6734113337701074225624
Binary110111111001001011110111111110100011110001001010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C4B; }

 p { color: rgb(55,28,75); }

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

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

 a { background-color: rgb(55,28,75); }

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

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

 span { border-color: rgb(55,28,75); }

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