Html Css Color HEX #371550 Blackcurrant

📋 copy color: '#371550'

red 55 ◦ green 21 ◦ blue 80

#371550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #371550

Tints of Blackcurrant #371550

RGB

 RED value IS 55 (21.88% from 255) = 35.26%

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 35.26%
G = 13.46%
B = 51.28%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371550 (or 0x371550) is known color: Blackcurrant. HEX triplet: 37, 15 and 50. RGB value is (55,21,80). Sum of RGB (Red+Green+Blue) = 55+21+80=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #371550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371550 is #C8EAAF. Grayscale: #252525. Windows color (decimal): -13167280 or 5248311. OLE color: 5248311.

HSL color Cylindrical-coordinate representation of color #371550: hue angle of 274.58º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371550 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 21 80 -
CMYK 0.31 0.74 0 0.69
HSL 274.58º 0.58% 0.2% -
HSV(B) 274.58º 0.74% 0.31% -
XYZ 3.29 1.93 7.79 -
YUV 37.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 55 21 80 0.31 0.74 0 0.69 274.58 0.58 0.2
Hex 37 15 50 1F 4A 0 45 113 3A 14
Octal 67 25 120 37 112 0 105 423 72 24
Binary 110111 10101 1010000 11111 1001010 0 1000101 100010011 111010 10100

Color Harmonies of #371550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371550

Black with #371550

Text Example


Text Example

White with #371550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371550; }

 p { color: rgb(55,21,80); }

 H1.HeaderClassName
 {
   color: #371550;
 }
 .AnyTagClassName
 {
   color: #371550;
 }
</style>

background-color css

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

 a { background-color: rgb(55,21,80); }

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

border-color css

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

 span { border-color: rgb(55,21,80); }

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