Html Css Color HEX #37214B Jagger

📋 copy color: '#37214B'

red 55 ◦ green 33 ◦ blue 75

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

Shades of Jagger #37214B

Tints of Jagger #37214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 33.74%
G = 20.25%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37214B (or 0x37214B) is known color: Jagger. HEX triplet: 37, 21 and 4B. RGB value is (55,33,75). Sum of RGB (Red+Green+Blue) = 55+33+75=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #37214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37214B is #C8DEB4. Grayscale: #2C2C2C. Windows color (decimal): -13164213 or 4923703. OLE color: 4923703.

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

Color convert

RGB 55 33 75 -
CMYK 0.27 0.56 0 0.71
HSL 271.43º 0.39% 0.21% -
HSV(B) 271.43º 0.56% 0.29% -
XYZ 3.39 2.41 6.94 -
YUV 44.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 55 33 75 0.27 0.56 0 0.71 271.43 0.39 0.21
Hex 37 21 4B 1B 38 0 47 10F 27 15
Octal 67 41 113 33 70 0 107 417 47 25
Binary 110111 100001 1001011 11011 111000 0 1000111 100001111 100111 10101

Color Harmonies of #37214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37214B

Black with #37214B

Text Example


Text Example

White with #37214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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