Html Css Color HEX #362C3D Jagger

📋 copy color: '#362C3D'

red 54 ◦ green 44 ◦ blue 61

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

Shades of Jagger #362C3D

Tints of Jagger #362C3D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

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

R = 33.96%
G = 27.67%
B = 38.36%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#362C3D (or 0x362C3D) is known color: Jagger. HEX triplet: 36, 2C and 3D. RGB value is (54,44,61). Sum of RGB (Red+Green+Blue) = 54+44+61=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #362C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C3D is #C9D3C2. Grayscale: #303030. Windows color (decimal): -13226947 or 4009014. OLE color: 4009014.

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

Color convert

RGB 54 44 61 -
CMYK 0.11 0.28 0 0.76
HSL 275.29º 0.16% 0.21% -
HSV(B) 275.29º 0.28% 0.24% -
XYZ 3.26 2.92 4.81 -
YUV 48.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 54 44 61 0.11 0.28 0 0.76 275.29 0.16 0.21
Hex 36 2C 3D B 1C 0 4C 113 10 15
Octal 66 54 75 13 34 0 114 423 20 25
Binary 110110 101100 111101 1011 11100 0 1001100 100010011 10000 10101

Color Harmonies of #362C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C3D

Black with #362C3D

Text Example


Text Example

White with #362C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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