Html Css Color HEX #37214A Jagger

📋 copy color: '#37214A'

red 55 ◦ green 33 ◦ blue 74

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

Shades of Jagger #37214A

Tints of Jagger #37214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.68%

R = 33.95%
G = 20.37%
B = 45.68%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37214A (or 0x37214A) is known color: Jagger. HEX triplet: 37, 21 and 4A. RGB value is (55,33,74). Sum of RGB (Red+Green+Blue) = 55+33+74=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #37214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37214A is #C8DEB5. Grayscale: #2C2C2C. Windows color (decimal): -13164214 or 4858167. OLE color: 4858167.

HSL color Cylindrical-coordinate representation of color #37214A: hue angle of 272.2º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37214A is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 33 74 -
CMYK 0.26 0.55 0 0.71
HSL 272.2º 0.38% 0.21% -
HSV(B) 272.2º 0.55% 0.29% -
XYZ 3.36 2.39 6.76 -
YUV 44.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 55 33 74 0.26 0.55 0 0.71 272.2 0.38 0.21
Hex 37 21 4A 1A 37 0 47 110 26 15
Octal 67 41 112 32 67 0 107 420 46 25
Binary 110111 100001 1001010 11010 110111 0 1000111 100010000 100110 10101

Color Harmonies of #37214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37214A

Black with #37214A

Text Example


Text Example

White with #37214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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