Html Css Color HEX #372141 Blackcurrant

📋 copy color: '#372141'

red 55 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #372141

Tints of Blackcurrant #372141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 35.95%
G = 21.57%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372141 (or 0x372141) is known color: Blackcurrant. HEX triplet: 37, 21 and 41. RGB value is (55,33,65). Sum of RGB (Red+Green+Blue) = 55+33+65=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #372141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372141 is #C8DEBE. Grayscale: #2B2B2B. Windows color (decimal): -13164223 or 4268343. OLE color: 4268343.

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

Color convert

RGB 55 33 65 -
CMYK 0.15 0.49 0 0.75
HSL 281.25º 0.33% 0.19% -
HSV(B) 281.25º 0.49% 0.25% -
XYZ 3.07 2.28 5.28 -
YUV 43.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 55 33 65 0.15 0.49 0 0.75 281.25 0.33 0.19
Hex 37 21 41 F 31 0 4B 119 21 13
Octal 67 41 101 17 61 0 113 431 41 23
Binary 110111 100001 1000001 1111 110001 0 1001011 100011001 100001 10011

Color Harmonies of #372141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372141

Black with #372141

Text Example


Text Example

White with #372141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372141; }

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

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

background-color css

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

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

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

border-color css

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

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

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