Html Css Color HEX #371D41 Blackcurrant

📋 copy color: '#371D41'

red 55 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #371D41

Tints of Blackcurrant #371D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 36.91%
G = 19.46%
B = 43.62%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371D41 (or 0x371D41) is known color: Blackcurrant. HEX triplet: 37, 1D and 41. RGB value is (55,29,65). Sum of RGB (Red+Green+Blue) = 55+29+65=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #371D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D41 is #C8E2BE. Grayscale: #282828. Windows color (decimal): -13165247 or 4267319. OLE color: 4267319.

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

Color convert

RGB 55 29 65 -
CMYK 0.15 0.55 0 0.75
HSL 283.33º 0.38% 0.18% -
HSV(B) 283.33º 0.55% 0.25% -
XYZ 2.97 2.07 5.24 -
YUV 40.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 55 29 65 0.15 0.55 0 0.75 283.33 0.38 0.18
Hex 37 1D 41 F 37 0 4B 11B 26 12
Octal 67 35 101 17 67 0 113 433 46 22
Binary 110111 11101 1000001 1111 110111 0 1001011 100011011 100110 10010

Color Harmonies of #371D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D41

Black with #371D41

Text Example


Text Example

White with #371D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,65); }

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

background-color css

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

 a { background-color: rgb(55,29,65); }

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

border-color css

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

 span { border-color: rgb(55,29,65); }

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