Html Css Color HEX #372041 Blackcurrant

📋 copy color: '#372041'

red 55 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #372041

Tints of Blackcurrant #372041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 36.18%
G = 21.05%
B = 42.76%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372041 (or 0x372041) is known color: Blackcurrant. HEX triplet: 37, 20 and 41. RGB value is (55,32,65). Sum of RGB (Red+Green+Blue) = 55+32+65=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #372041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372041 is #C8DFBE. Grayscale: #2A2A2A. Windows color (decimal): -13164479 or 4268087. OLE color: 4268087.

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

Color convert

RGB 55 32 65 -
CMYK 0.15 0.51 0 0.75
HSL 281.82º 0.34% 0.19% -
HSV(B) 281.82º 0.51% 0.25% -
XYZ 3.05 2.23 5.27 -
YUV 42.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 55 32 65 0.15 0.51 0 0.75 281.82 0.34 0.19
Hex 37 20 41 F 33 0 4B 11A 22 13
Octal 67 40 101 17 63 0 113 432 42 23
Binary 110111 100000 1000001 1111 110011 0 1001011 100011010 100010 10011

Color Harmonies of #372041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372041

Black with #372041

Text Example


Text Example

White with #372041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372041; }

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

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

background-color css

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

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

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

border-color css

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

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

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