#371043

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

Shades of Blackcurrant #371043

Tints of Blackcurrant #371043

Color information

#371043 (or 0x371043) is unknown color: approx Blackcurrant. HEX triplet: 37, 10 and 43. RGB value is (55,16,67). Sum of RGB (Red+Green+Blue) = 55+16+67=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #371043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371043 is #C8EFBC. Grayscale: #212121. Windows color (decimal): -13168573 or 4395063. OLE color: 4395063.

HSL color Cylindrical-coordinate representation of color #371043: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371043 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB551667-
CMYK0.180.7600.74
HSL285.88º61.45%16.27%-
HSV(B)285.88º76.12%26.27%-
XYZ2.771.595.47-
YUV33.48146.92143.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=39.86%
G=11.59%
B=48.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5516670.180.7600.74285.8861.4516.27
Hex371043124C04A11e3d10
Octal67201032211401124367520
Binary1101111000010000111001010011000100101010001111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371043; }

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

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

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

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

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

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

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

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