Html Css Color HEX #362847 Jagger

📋 copy color: '#362847'

red 54 ◦ green 40 ◦ blue 71

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

Shades of Jagger #362847

Tints of Jagger #362847

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 71 (28.13% from 255) = 43.03%

R = 32.73%
G = 24.24%
B = 43.03%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362847 (or 0x362847) is known color: Jagger. HEX triplet: 36, 28 and 47. RGB value is (54,40,71). Sum of RGB (Red+Green+Blue) = 54+40+71=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 71 - color contains mainly: blue. Hex color #362847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362847 is #C9D7B8. Grayscale: #2F2F2F. Windows color (decimal): -13227961 or 4663350. OLE color: 4663350.

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

Color convert

RGB 54 40 71 -
CMYK 0.24 0.44 0 0.72
HSL 267.1º 0.28% 0.22% -
HSV(B) 267.1º 0.44% 0.28% -
XYZ 3.42 2.76 6.31 -
YUV 47.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 54 40 71 0.24 0.44 0 0.72 267.1 0.28 0.22
Hex 36 28 47 18 2C 0 48 10B 1C 16
Octal 66 50 107 30 54 0 110 413 34 26
Binary 110110 101000 1000111 11000 101100 0 1001000 100001011 11100 10110

Color Harmonies of #362847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362847

Black with #362847

Text Example


Text Example

White with #362847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362847; }

 p { color: rgb(54,40,71); }

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

background-color css

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

 a { background-color: rgb(54,40,71); }

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

border-color css

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

 span { border-color: rgb(54,40,71); }

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