Html Css Color HEX #371B40 Blackcurrant

📋 copy color: '#371B40'

red 55 ◦ green 27 ◦ blue 64

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

Shades of Blackcurrant #371B40

Tints of Blackcurrant #371B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 37.67%
G = 18.49%
B = 43.84%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371B40 (or 0x371B40) is known color: Blackcurrant. HEX triplet: 37, 1B and 40. RGB value is (55,27,64). Sum of RGB (Red+Green+Blue) = 55+27+64=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #371B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B40 is #C8E4BF. Grayscale: #272727. Windows color (decimal): -13165760 or 4201271. OLE color: 4201271.

HSL color Cylindrical-coordinate representation of color #371B40: hue angle of 285.41º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #371B40 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 27 64 -
CMYK 0.14 0.58 0 0.75
HSL 285.41º 0.41% 0.18% -
HSV(B) 285.41º 0.58% 0.25% -
XYZ 2.89 1.97 5.08 -
YUV 39.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 55 27 64 0.14 0.58 0 0.75 285.41 0.41 0.18
Hex 37 1B 40 E 3A 0 4B 11D 29 12
Octal 67 33 100 16 72 0 113 435 51 22
Binary 110111 11011 1000000 1110 111010 0 1001011 100011101 101001 10010

Color Harmonies of #371B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B40

Black with #371B40

Text Example


Text Example

White with #371B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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