Html Css Color HEX #371B45 Blackcurrant

📋 copy color: '#371B45'

red 55 ◦ green 27 ◦ blue 69

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

Shades of Blackcurrant #371B45

Tints of Blackcurrant #371B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

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

R = 36.42%
G = 17.88%
B = 45.7%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#371B45 (or 0x371B45) is known color: Blackcurrant. HEX triplet: 37, 1B and 45. RGB value is (55,27,69). Sum of RGB (Red+Green+Blue) = 55+27+69=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 69 - color contains mainly: blue. Hex color #371B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B45 is #C8E4BA. Grayscale: #282828. Windows color (decimal): -13165755 or 4528951. OLE color: 4528951.

HSL color Cylindrical-coordinate representation of color #371B45: hue angle of 280º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #371B45 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 27 69 -
CMYK 0.20 0.61 0 0.73
HSL 280º 0.44% 0.19% -
HSV(B) 280º 0.61% 0.27% -
XYZ 3.04 2.03 5.86 -
YUV 40.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 55 27 69 0.20 0.61 0 0.73 280 0.44 0.19
Hex 37 1B 45 14 3D 0 49 118 2C 13
Octal 67 33 105 24 75 0 111 430 54 23
Binary 110111 11011 1000101 10100 111101 0 1001001 100011000 101100 10011

Color Harmonies of #371B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B45

Black with #371B45

Text Example


Text Example

White with #371B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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