Html Css Color HEX #372748 Jagger

📋 copy color: '#372748'

red 55 ◦ green 39 ◦ blue 72

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

Shades of Jagger #372748

Tints of Jagger #372748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 33.13%
G = 23.49%
B = 43.37%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372748 (or 0x372748) is known color: Jagger. HEX triplet: 37, 27 and 48. RGB value is (55,39,72). Sum of RGB (Red+Green+Blue) = 55+39+72=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #372748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372748 is #C8D8B7. Grayscale: #2F2F2F. Windows color (decimal): -13162680 or 4728631. OLE color: 4728631.

HSL color Cylindrical-coordinate representation of color #372748: hue angle of 269.09º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #372748 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 39 72 -
CMYK 0.24 0.46 0 0.72
HSL 269.09º 0.3% 0.22% -
HSV(B) 269.09º 0.46% 0.28% -
XYZ 3.47 2.73 6.48 -
YUV 47.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 55 39 72 0.24 0.46 0 0.72 269.09 0.3 0.22
Hex 37 27 48 18 2E 0 48 10D 1E 16
Octal 67 47 110 30 56 0 110 415 36 26
Binary 110111 100111 1001000 11000 101110 0 1001000 100001101 11110 10110

Color Harmonies of #372748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372748

Black with #372748

Text Example


Text Example

White with #372748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372748; }

 p { color: rgb(55,39,72); }

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

background-color css

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

 a { background-color: rgb(55,39,72); }

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

border-color css

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

 span { border-color: rgb(55,39,72); }

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