Html Css Color HEX #371251 Blackcurrant

📋 copy color: '#371251'

red 55 ◦ green 18 ◦ blue 81

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

Shades of Blackcurrant #371251

Tints of Blackcurrant #371251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 35.71%
G = 11.69%
B = 52.6%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#371251 (or 0x371251) is known color: Blackcurrant. HEX triplet: 37, 12 and 51. RGB value is (55,18,81). Sum of RGB (Red+Green+Blue) = 55+18+81=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #371251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371251 is #C8EDAE. Grayscale: #242424. Windows color (decimal): -13168047 or 5313079. OLE color: 5313079.

HSL color Cylindrical-coordinate representation of color #371251: hue angle of 275.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371251 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 18 81 -
CMYK 0.32 0.78 0 0.68
HSL 275.24º 0.64% 0.19% -
HSV(B) 275.24º 0.78% 0.32% -
XYZ 3.28 1.84 7.97 -
YUV 36.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 55 18 81 0.32 0.78 0 0.68 275.24 0.64 0.19
Hex 37 12 51 20 4E 0 44 113 40 13
Octal 67 22 121 40 116 0 104 423 100 23
Binary 110111 10010 1010001 100000 1001110 0 1000100 100010011 1000000 10011

Color Harmonies of #371251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371251

Black with #371251

Text Example


Text Example

White with #371251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371251; }

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

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

background-color css

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

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

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

border-color css

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

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

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