Html Css Color HEX #36313B Jagger

📋 copy color: '#36313B'

red 54 ◦ green 49 ◦ blue 59

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

Shades of Jagger #36313B

Tints of Jagger #36313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.42%

R = 33.33%
G = 30.25%
B = 36.42%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36313B (or 0x36313B) is known color: Jagger. HEX triplet: 36, 31 and 3B. RGB value is (54,49,59). Sum of RGB (Red+Green+Blue) = 54+49+59=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #36313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36313B is #C9CEC4. Grayscale: #333333. Windows color (decimal): -13225669 or 3879222. OLE color: 3879222.

HSL color Cylindrical-coordinate representation of color #36313B: hue angle of 270º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #36313B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 49 59 -
CMYK 0.08 0.17 0 0.77
HSL 270º 0.09% 0.21% -
HSV(B) 270º 0.17% 0.23% -
XYZ 3.41 3.3 4.59 -
YUV 51.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 54 49 59 0.08 0.17 0 0.77 270 0.09 0.21
Hex 36 31 3B 8 11 0 4D 10E 9 15
Octal 66 61 73 10 21 0 115 416 11 25
Binary 110110 110001 111011 1000 10001 0 1001101 100001110 1001 10101

Color Harmonies of #36313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36313B

Black with #36313B

Text Example


Text Example

White with #36313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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