Html Css Color HEX #363438 Jagger

📋 copy color: '#363438'

red 54 ◦ green 52 ◦ blue 56

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

Shades of Jagger #363438

Tints of Jagger #363438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.1%

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

R = 33.33%
G = 32.1%
B = 34.57%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#363438 (or 0x363438) is known color: Jagger. HEX triplet: 36, 34 and 38. RGB value is (54,52,56). Sum of RGB (Red+Green+Blue) = 54+52+56=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 56 - color contains mainly: blue. Hex color #363438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363438 is #C9CBC7. Grayscale: #353535. Windows color (decimal): -13224904 or 3683382. OLE color: 3683382.

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

Color convert

RGB 54 52 56 -
CMYK 0.04 0.07 0 0.78
HSL 270º 0.04% 0.21% -
HSV(B) 270º 0.07% 0.22% -
XYZ 3.46 3.53 4.24 -
YUV 53.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 54 52 56 0.04 0.07 0 0.78 270 0.04 0.21
Hex 36 34 38 4 7 0 4E 10E 4 15
Octal 66 64 70 4 7 0 116 416 4 25
Binary 110110 110100 111000 100 111 0 1001110 100001110 100 10101

Color Harmonies of #363438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363438

Black with #363438

Text Example


Text Example

White with #363438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363438; }

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

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

background-color css

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

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

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

border-color css

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

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

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