Html Css Color HEX #372348 Jagger

📋 copy color: '#372348'

red 55 ◦ green 35 ◦ blue 72

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

Shades of Jagger #372348

Tints of Jagger #372348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

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

R = 33.95%
G = 21.6%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372348 (or 0x372348) is known color: Jagger. HEX triplet: 37, 23 and 48. RGB value is (55,35,72). Sum of RGB (Red+Green+Blue) = 55+35+72=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: blue. Hex color #372348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372348 is #C8DCB7. Grayscale: #2D2D2D. Windows color (decimal): -13163704 or 4727607. OLE color: 4727607.

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

Color convert

RGB 55 35 72 -
CMYK 0.24 0.51 0 0.72
HSL 272.43º 0.35% 0.21% -
HSV(B) 272.43º 0.51% 0.28% -
XYZ 3.35 2.48 6.43 -
YUV 45.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 55 35 72 0.24 0.51 0 0.72 272.43 0.35 0.21
Hex 37 23 48 18 33 0 48 110 23 15
Octal 67 43 110 30 63 0 110 420 43 25
Binary 110111 100011 1001000 11000 110011 0 1001000 100010000 100011 10101

Color Harmonies of #372348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372348

Black with #372348

Text Example


Text Example

White with #372348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372348; }

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

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

background-color css

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

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

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

border-color css

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

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

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