Html Css Color HEX #371145 Blackcurrant

📋 copy color: '#371145'

red 55 ◦ green 17 ◦ blue 69

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

Shades of Blackcurrant #371145

Tints of Blackcurrant #371145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 39.01%
G = 12.06%
B = 48.94%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371145 (or 0x371145) is known color: Blackcurrant. HEX triplet: 37, 11 and 45. RGB value is (55,17,69). Sum of RGB (Red+Green+Blue) = 55+17+69=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #371145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371145 is #C8EEBA. Grayscale: #222222. Windows color (decimal): -13168315 or 4526391. OLE color: 4526391.

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

Color convert

RGB 55 17 69 -
CMYK 0.20 0.75 0 0.73
HSL 283.85º 0.6% 0.17% -
HSV(B) 283.85º 0.75% 0.27% -
XYZ 2.85 1.64 5.8 -
YUV 34.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 55 17 69 0.20 0.75 0 0.73 283.85 0.6 0.17
Hex 37 11 45 14 4B 0 49 11C 3C 11
Octal 67 21 105 24 113 0 111 434 74 21
Binary 110111 10001 1000101 10100 1001011 0 1001001 100011100 111100 10001

Color Harmonies of #371145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371145

Black with #371145

Text Example


Text Example

White with #371145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371145; }

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

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

background-color css

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

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

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

border-color css

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

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

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