#362B3D

Color #362B3D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #362B3D

Tints of Jagger #362B3D

Color information

#362B3D (or 0x362B3D) is unknown color: approx Jagger. HEX triplet: 36, 2B and 3D. RGB value is (54,43,61). Sum of RGB (Red+Green+Blue) = 54+43+61=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #362B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B3D is #C9D4C2. Grayscale: #303030. Windows color (decimal): -13227203 or 4008758. OLE color: 4008758.

HSL color Cylindrical-coordinate representation of color #362B3D: hue angle of 276.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #362B3D is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB544361-
CMYK0.110.3000.76
HSL276.67º17.31%20.39%-
HSV(B)276.67º29.51%23.92%-
XYZ3.232.854.79-
YUV48.34135.14132.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=34.18%
G=27.22%
B=38.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5443610.110.3000.76276.6717.3120.39
Hex362B3DB1E04C1151114
Octal665375133601144252124
Binary110110101011111101101111110010011001000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362B3D; }

 p { color: rgb(54,43,61); }

 H1.HeaderClassName
 {
   color: #362B3D;
 }
 .AnyTagClassName
 {
   color: #362B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(54,43,61); }

 div.DivClassName
 {
   background-color: #362B3D;
 }
 .BgClassName
 {
   background-color: #362B3D;
 }
</style>
border-color css

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

 span { border-color: rgb(54,43,61); }

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