Html Css Color HEX #363238 Jagger

📋 copy color: '#363238'

red 54 ◦ green 50 ◦ blue 56

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

Shades of Jagger #363238

Tints of Jagger #363238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.25%

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

R = 33.75%
G = 31.25%
B = 35%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#363238 (or 0x363238) is known color: Jagger. HEX triplet: 36, 32 and 38. RGB value is (54,50,56). Sum of RGB (Red+Green+Blue) = 54+50+56=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #363238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363238 is #C9CDC7. Grayscale: #333333. Windows color (decimal): -13225416 or 3682870. OLE color: 3682870.

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

Color convert

RGB 54 50 56 -
CMYK 0.04 0.11 0 0.78
HSL 280º 0.06% 0.21% -
HSV(B) 280º 0.11% 0.22% -
XYZ 3.38 3.35 4.21 -
YUV 51.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 54 50 56 0.04 0.11 0 0.78 280 0.06 0.21
Hex 36 32 38 4 B 0 4E 118 6 15
Octal 66 62 70 4 13 0 116 430 6 25
Binary 110110 110010 111000 100 1011 0 1001110 100011000 110 10101

Color Harmonies of #363238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363238

Black with #363238

Text Example


Text Example

White with #363238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363238; }

 p { color: rgb(54,50,56); }

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

background-color css

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

 a { background-color: rgb(54,50,56); }

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

border-color css

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

 span { border-color: rgb(54,50,56); }

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