Html Css Color HEX #363139 Jagger

📋 copy color: '#363139'

red 54 ◦ green 49 ◦ blue 57

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

Shades of Jagger #363139

Tints of Jagger #363139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 33.75%
G = 30.63%
B = 35.63%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#363139 (or 0x363139) is known color: Jagger. HEX triplet: 36, 31 and 39. RGB value is (54,49,57). Sum of RGB (Red+Green+Blue) = 54+49+57=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 57 - color contains mainly: blue. Hex color #363139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363139 is #C9CEC6. Grayscale: #333333. Windows color (decimal): -13225671 or 3748150. OLE color: 3748150.

HSL color Cylindrical-coordinate representation of color #363139: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #363139 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 49 57 -
CMYK 0.05 0.14 0 0.78
HSL 277.5º 0.08% 0.21% -
HSV(B) 277.5º 0.14% 0.22% -
XYZ 3.36 3.28 4.33 -
YUV 51.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 54 49 57 0.05 0.14 0 0.78 277.5 0.08 0.21
Hex 36 31 39 5 E 0 4E 116 8 15
Octal 66 61 71 5 16 0 116 426 10 25
Binary 110110 110001 111001 101 1110 0 1001110 100010110 1000 10101

Color Harmonies of #363139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363139

Black with #363139

Text Example


Text Example

White with #363139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363139; }

 p { color: rgb(54,49,57); }

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

background-color css

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

 a { background-color: rgb(54,49,57); }

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

border-color css

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

 span { border-color: rgb(54,49,57); }

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