Html Css Color HEX #371247 Blackcurrant

📋 copy color: '#371247'

red 55 ◦ green 18 ◦ blue 71

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

Shades of Blackcurrant #371247

Tints of Blackcurrant #371247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 38.19%
G = 12.5%
B = 49.31%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#371247 (or 0x371247) is known color: Blackcurrant. HEX triplet: 37, 12 and 47. RGB value is (55,18,71). Sum of RGB (Red+Green+Blue) = 55+18+71=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #371247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371247 is #C8EDB8. Grayscale: #222222. Windows color (decimal): -13168057 or 4657719. OLE color: 4657719.

HSL color Cylindrical-coordinate representation of color #371247: hue angle of 281.89º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371247 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 18 71 -
CMYK 0.23 0.75 0 0.72
HSL 281.89º 0.6% 0.17% -
HSV(B) 281.89º 0.75% 0.28% -
XYZ 2.93 1.7 6.13 -
YUV 35.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 55 18 71 0.23 0.75 0 0.72 281.89 0.6 0.17
Hex 37 12 47 17 4B 0 48 11A 3C 11
Octal 67 22 107 27 113 0 110 432 74 21
Binary 110111 10010 1000111 10111 1001011 0 1001000 100011010 111100 10001

Color Harmonies of #371247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371247

Black with #371247

Text Example


Text Example

White with #371247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371247; }

 p { color: rgb(55,18,71); }

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

background-color css

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

 a { background-color: rgb(55,18,71); }

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

border-color css

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

 span { border-color: rgb(55,18,71); }

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