Html Css Color HEX #371150 Blackcurrant

📋 copy color: '#371150'

red 55 ◦ green 17 ◦ blue 80

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

Shades of Blackcurrant #371150

Tints of Blackcurrant #371150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 36.18%
G = 11.18%
B = 52.63%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371150 (or 0x371150) is known color: Blackcurrant. HEX triplet: 37, 11 and 50. RGB value is (55,17,80). Sum of RGB (Red+Green+Blue) = 55+17+80=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #371150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371150 is #C8EEAF. Grayscale: #232323. Windows color (decimal): -13168304 or 5247287. OLE color: 5247287.

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

Color convert

RGB 55 17 80 -
CMYK 0.31 0.79 0 0.69
HSL 276.19º 0.65% 0.19% -
HSV(B) 276.19º 0.79% 0.31% -
XYZ 3.22 1.79 7.77 -
YUV 35.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 55 17 80 0.31 0.79 0 0.69 276.19 0.65 0.19
Hex 37 11 50 1F 4F 0 45 114 41 13
Octal 67 21 120 37 117 0 105 424 101 23
Binary 110111 10001 1010000 11111 1001111 0 1000101 100010100 1000001 10011

Color Harmonies of #371150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371150

Black with #371150

Text Example


Text Example

White with #371150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371150; }

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

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

background-color css

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

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

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

border-color css

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

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

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