Html Css Color HEX #371541 Blackcurrant

📋 copy color: '#371541'

red 55 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #371541

Tints of Blackcurrant #371541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 39.01%
G = 14.89%
B = 46.1%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371541 (or 0x371541) is known color: Blackcurrant. HEX triplet: 37, 15 and 41. RGB value is (55,21,65). Sum of RGB (Red+Green+Blue) = 55+21+65=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #371541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371541 is #C8EABE. Grayscale: #242424. Windows color (decimal): -13167295 or 4265271. OLE color: 4265271.

HSL color Cylindrical-coordinate representation of color #371541: hue angle of 286.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371541 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 21 65 -
CMYK 0.15 0.68 0 0.75
HSL 286.36º 0.51% 0.17% -
HSV(B) 286.36º 0.68% 0.25% -
XYZ 2.8 1.73 5.19 -
YUV 36.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 55 21 65 0.15 0.68 0 0.75 286.36 0.51 0.17
Hex 37 15 41 F 44 0 4B 11E 33 11
Octal 67 25 101 17 104 0 113 436 63 21
Binary 110111 10101 1000001 1111 1000100 0 1001011 100011110 110011 10001

Color Harmonies of #371541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371541

Black with #371541

Text Example


Text Example

White with #371541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371541; }

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

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

background-color css

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

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

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

border-color css

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

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

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