Html Css Color HEX #371540 Blackcurrant

📋 copy color: '#371540'

red 55 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #371540

Tints of Blackcurrant #371540

RGB

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

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

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

R = 39.29%
G = 15%
B = 45.71%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#371540 (or 0x371540) is known color: Blackcurrant. HEX triplet: 37, 15 and 40. RGB value is (55,21,64). Sum of RGB (Red+Green+Blue) = 55+21+64=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #371540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371540 is #C8EABF. Grayscale: #232323. Windows color (decimal): -13167296 or 4199735. OLE color: 4199735.

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

Color convert

RGB 55 21 64 -
CMYK 0.14 0.67 0 0.75
HSL 287.44º 0.51% 0.17% -
HSV(B) 287.44º 0.67% 0.25% -
XYZ 2.77 1.72 5.04 -
YUV 36.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 55 21 64 0.14 0.67 0 0.75 287.44 0.51 0.17
Hex 37 15 40 E 43 0 4B 11F 33 11
Octal 67 25 100 16 103 0 113 437 63 21
Binary 110111 10101 1000000 1110 1000011 0 1001011 100011111 110011 10001

Color Harmonies of #371540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371540

Black with #371540

Text Example


Text Example

White with #371540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371540; }

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

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

background-color css

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

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

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

border-color css

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

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

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