Html Css Color HEX #372540 Blackcurrant

📋 copy color: '#372540'

red 55 ◦ green 37 ◦ blue 64

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

Shades of Blackcurrant #372540

Tints of Blackcurrant #372540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 35.26%
G = 23.72%
B = 41.03%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372540 (or 0x372540) is known color: Blackcurrant. HEX triplet: 37, 25 and 40. RGB value is (55,37,64). Sum of RGB (Red+Green+Blue) = 55+37+64=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #372540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372540 is #C8DABF. Grayscale: #2D2D2D. Windows color (decimal): -13163200 or 4203831. OLE color: 4203831.

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

Color convert

RGB 55 37 64 -
CMYK 0.14 0.42 0 0.75
HSL 280º 0.27% 0.2% -
HSV(B) 280º 0.42% 0.25% -
XYZ 3.16 2.51 5.17 -
YUV 45.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 55 37 64 0.14 0.42 0 0.75 280 0.27 0.2
Hex 37 25 40 E 2A 0 4B 118 1B 14
Octal 67 45 100 16 52 0 113 430 33 24
Binary 110111 100101 1000000 1110 101010 0 1001011 100011000 11011 10100

Color Harmonies of #372540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372540

Black with #372540

Text Example


Text Example

White with #372540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372540; }

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

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

background-color css

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

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

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

border-color css

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

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

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