Html Css Color HEX #353138 Jagger

📋 copy color: '#353138'

red 53 ◦ green 49 ◦ blue 56

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

Shades of Jagger #353138

Tints of Jagger #353138

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

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

 BLUE value IS 56 (22.27% from 255) = 35.44%

R = 33.54%
G = 31.01%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353138 (or 0x353138) is known color: Jagger. HEX triplet: 35, 31 and 38. RGB value is (53,49,56). Sum of RGB (Red+Green+Blue) = 53+49+56=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #353138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353138 is #CACEC7. Grayscale: #323232. Windows color (decimal): -13291208 or 3682613. OLE color: 3682613.

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

Color convert

RGB 53 49 56 -
CMYK 0.05 0.12 0 0.78
HSL 274.29º 0.07% 0.21% -
HSV(B) 274.29º 0.13% 0.22% -
XYZ 3.28 3.24 4.19 -
YUV 50.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 53 49 56 0.05 0.12 0 0.78 274.29 0.07 0.21
Hex 35 31 38 5 C 0 4E 112 7 15
Octal 65 61 70 5 14 0 116 422 7 25
Binary 110101 110001 111000 101 1100 0 1001110 100010010 111 10101

Color Harmonies of #353138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353138

Black with #353138

Text Example


Text Example

White with #353138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353138; }

 p { color: rgb(53,49,56); }

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

background-color css

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

 a { background-color: rgb(53,49,56); }

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

border-color css

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

 span { border-color: rgb(53,49,56); }

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