Html Css Color HEX #371146 Blackcurrant

📋 copy color: '#371146'

red 55 ◦ green 17 ◦ blue 70

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

Shades of Blackcurrant #371146

Tints of Blackcurrant #371146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 38.73%
G = 11.97%
B = 49.3%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371146 (or 0x371146) is known color: Blackcurrant. HEX triplet: 37, 11 and 46. RGB value is (55,17,70). Sum of RGB (Red+Green+Blue) = 55+17+70=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #371146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371146 is #C8EEB9. Grayscale: #222222. Windows color (decimal): -13168314 or 4591927. OLE color: 4591927.

HSL color Cylindrical-coordinate representation of color #371146: hue angle of 283.02º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371146 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 17 70 -
CMYK 0.21 0.76 0 0.73
HSL 283.02º 0.61% 0.17% -
HSV(B) 283.02º 0.76% 0.27% -
XYZ 2.88 1.66 5.96 -
YUV 34.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 55 17 70 0.21 0.76 0 0.73 283.02 0.61 0.17
Hex 37 11 46 15 4C 0 49 11B 3D 11
Octal 67 21 106 25 114 0 111 433 75 21
Binary 110111 10001 1000110 10101 1001100 0 1001001 100011011 111101 10001

Color Harmonies of #371146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371146

Black with #371146

Text Example


Text Example

White with #371146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371146; }

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

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

background-color css

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

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

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

border-color css

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

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

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