Html Css Color HEX #36303A Jagger

📋 copy color: '#36303A'

red 54 ◦ green 48 ◦ blue 58

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

Shades of Jagger #36303A

Tints of Jagger #36303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 33.75%
G = 30%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36303A (or 0x36303A) is known color: Jagger. HEX triplet: 36, 30 and 3A. RGB value is (54,48,58). Sum of RGB (Red+Green+Blue) = 54+48+58=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #36303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36303A is #C9CFC5. Grayscale: #323232. Windows color (decimal): -13225926 or 3813430. OLE color: 3813430.

HSL color Cylindrical-coordinate representation of color #36303A: hue angle of 276º 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 #36303A is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 48 58 -
CMYK 0.07 0.17 0 0.77
HSL 276º 0.09% 0.21% -
HSV(B) 276º 0.17% 0.23% -
XYZ 3.34 3.2 4.45 -
YUV 50.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 54 48 58 0.07 0.17 0 0.77 276 0.09 0.21
Hex 36 30 3A 7 11 0 4D 114 9 15
Octal 66 60 72 7 21 0 115 424 11 25
Binary 110110 110000 111010 111 10001 0 1001101 100010100 1001 10101

Color Harmonies of #36303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36303A

Black with #36303A

Text Example


Text Example

White with #36303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36303A; }

 p { color: rgb(54,48,58); }

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

background-color css

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

 a { background-color: rgb(54,48,58); }

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

border-color css

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

 span { border-color: rgb(54,48,58); }

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