Html Css Color HEX #363239 Jagger

📋 copy color: '#363239'

red 54 ◦ green 50 ◦ blue 57

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

Shades of Jagger #363239

Tints of Jagger #363239

RGB

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

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

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

R = 33.54%
G = 31.06%
B = 35.4%

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

#363239 (or 0x363239) is known color: Jagger. HEX triplet: 36, 32 and 39. RGB value is (54,50,57). Sum of RGB (Red+Green+Blue) = 54+50+57=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #363239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363239 is #C9CDC6. Grayscale: #333333. Windows color (decimal): -13225415 or 3748406. OLE color: 3748406.

HSL color Cylindrical-coordinate representation of color #363239: 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 #363239 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 50 57 -
CMYK 0.05 0.12 0 0.78
HSL 274.29º 0.07% 0.21% -
HSV(B) 274.29º 0.12% 0.22% -
XYZ 3.4 3.36 4.34 -
YUV 51.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 54 50 57 0.05 0.12 0 0.78 274.29 0.07 0.21
Hex 36 32 39 5 C 0 4E 112 7 15
Octal 66 62 71 5 14 0 116 422 7 25
Binary 110110 110010 111001 101 1100 0 1001110 100010010 111 10101

Color Harmonies of #363239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363239

Black with #363239

Text Example


Text Example

White with #363239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363239; }

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

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

background-color css

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

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

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

border-color css

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

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

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