Html Css Color HEX #362E3D Jagger

📋 copy color: '#362E3D'

red 54 ◦ green 46 ◦ blue 61

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

Shades of Jagger #362E3D

Tints of Jagger #362E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.57%

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 33.54%
G = 28.57%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#362E3D (or 0x362E3D) is known color: Jagger. HEX triplet: 36, 2E and 3D. RGB value is (54,46,61). Sum of RGB (Red+Green+Blue) = 54+46+61=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #362E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E3D is #C9D1C2. Grayscale: #323232. Windows color (decimal): -13226435 or 4009526. OLE color: 4009526.

HSL color Cylindrical-coordinate representation of color #362E3D: hue angle of 272º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #362E3D is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 46 61 -
CMYK 0.11 0.25 0 0.76
HSL 272º 0.14% 0.21% -
HSV(B) 272º 0.25% 0.24% -
XYZ 3.34 3.08 4.83 -
YUV 50.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 54 46 61 0.11 0.25 0 0.76 272 0.14 0.21
Hex 36 2E 3D B 19 0 4C 110 E 15
Octal 66 56 75 13 31 0 114 420 16 25
Binary 110110 101110 111101 1011 11001 0 1001100 100010000 1110 10101

Color Harmonies of #362E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E3D

Black with #362E3D

Text Example


Text Example

White with #362E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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